Html Css Color HEX #B4641E Christine

📋 copy color: '#B4641E'

red 180 ◦ green 100 ◦ blue 30

#B4641E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #B4641E

Tints of Christine #B4641E

RGB

 RED value IS 180 (70.7% from 255) = 58.06%

 GREEN value IS 100 (39.45% from 255) = 32.26%

 BLUE value IS 30 (12.11% from 255) = 9.68%

R = 58.06%
G = 32.26%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B4641E (or 0xB4641E) is known color: Christine. HEX triplet: B4, 64 and 1E. RGB value is (180,100,30). Sum of RGB (Red+Green+Blue) = 180+100+30=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B4641E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4641E is #4B9BE1. Grayscale: #747474. Windows color (decimal): -4955106 or 1991860. OLE color: 1991860.

HSL color Cylindrical-coordinate representation of color #B4641E: hue angle of 28º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B4641E is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 100 30 -
CMYK 0 0.44 0.83 0.29
HSL 28º 0.71% 0.41% -
HSV(B) 28º 0.83% 0.71% -
XYZ 23.61 18.91 3.63 -
YUV 115.94 79.5 173.69 -
System Red Green Blue C M Y K H S L
Decimal 180 100 30 0 0.44 0.83 0.29 28 0.71 0.41
Hex B4 64 1E 0 2C 53 1D 1C 47 29
Octal 264 144 36 0 54 123 35 34 107 51
Binary 10110100 1100100 11110 0 101100 1010011 11101 11100 1000111 101001

Color Harmonies of #B4641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4641E

Black with #B4641E

Text Example


Text Example

White with #B4641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4641E; }

 p { color: rgb(180,100,30); }

 H1.HeaderClassName
 {
   color: #B4641E;
 }
 .AnyTagClassName
 {
   color: #B4641E;
 }
</style>

background-color css

<style>
 a { background-color: #B4641E; }

 a { background-color: rgb(180,100,30); }

 div.DivClassName
 {
   background-color: #B4641E;
 }
 .BgClassName
 {
   background-color: #B4641E;
 }
</style>

border-color css

<style>
 span { border-color: #B4641E; }

 span { border-color: rgb(180,100,30); }

 td.TdClassName
 {
   border-color: #B4641E;
 }
 .TagClassName
 {
   border-color: #B4641E;
 }
</style>