Html Css Color HEX #B4611C Christine

📋 copy color: '#B4611C'

red 180 ◦ green 97 ◦ blue 28

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

Shades of Christine #B4611C

Tints of Christine #B4611C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.8%

 BLUE value IS 28 (11.33% from 255) = 9.18%

R = 59.02%
G = 31.8%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4611C (or 0xB4611C) is known color: Christine. HEX triplet: B4, 61 and 1C. RGB value is (180,97,28). Sum of RGB (Red+Green+Blue) = 180+97+28=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B4611C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4611C is #4B9EE3. Grayscale: #727272. Windows color (decimal): -4955876 or 1860020. OLE color: 1860020.

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

Color convert

RGB 180 97 28 -
CMYK 0 0.46 0.84 0.29
HSL 27.24º 0.73% 0.41% -
HSV(B) 27.24º 0.84% 0.71% -
XYZ 23.31 18.34 3.41 -
YUV 113.95 79.5 175.11 -
System Red Green Blue C M Y K H S L
Decimal 180 97 28 0 0.46 0.84 0.29 27.24 0.73 0.41
Hex B4 61 1C 0 2E 54 1D 1B 49 29
Octal 264 141 34 0 56 124 35 33 111 51
Binary 10110100 1100001 11100 0 101110 1010100 11101 11011 1001001 101001

Color Harmonies of #B4611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4611C

Black with #B4611C

Text Example


Text Example

White with #B4611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4611C; }

 p { color: rgb(180,97,28); }

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

background-color css

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

 a { background-color: rgb(180,97,28); }

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

border-color css

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

 span { border-color: rgb(180,97,28); }

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