Html Css Color HEX #B76430 Christine

📋 copy color: '#B76430'

red 183 ◦ green 100 ◦ blue 48

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

Shades of Christine #B76430

Tints of Christine #B76430

RGB

 RED value IS 183 (71.88% from 255) = 55.29%

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

 BLUE value IS 48 (19.14% from 255) = 14.5%

R = 55.29%
G = 30.21%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B76430 (or 0xB76430) is known color: Christine. HEX triplet: B7, 64 and 30. RGB value is (183,100,48). Sum of RGB (Red+Green+Blue) = 183+100+48=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B76430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76430 is #489BCF. Grayscale: #777777. Windows color (decimal): -4758480 or 3171511. OLE color: 3171511.

HSL color Cylindrical-coordinate representation of color #B76430: hue angle of 23.11º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B76430 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 100 48 -
CMYK 0 0.45 0.74 0.28
HSL 23.11º 0.58% 0.45% -
HSV(B) 23.11º 0.74% 0.72% -
XYZ 24.62 19.4 5.24 -
YUV 118.89 88 173.73 -
System Red Green Blue C M Y K H S L
Decimal 183 100 48 0 0.45 0.74 0.28 23.11 0.58 0.45
Hex B7 64 30 0 2D 4A 1C 17 3A 2D
Octal 267 144 60 0 55 112 34 27 72 55
Binary 10110111 1100100 110000 0 101101 1001010 11100 10111 111010 101101

Color Harmonies of #B76430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76430

Black with #B76430

Text Example


Text Example

White with #B76430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76430; }

 p { color: rgb(183,100,48); }

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

background-color css

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

 a { background-color: rgb(183,100,48); }

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

border-color css

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

 span { border-color: rgb(183,100,48); }

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