Html Css Color HEX #B76422 Christine

📋 copy color: '#B76422'

red 183 ◦ green 100 ◦ blue 34

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

Shades of Christine #B76422

Tints of Christine #B76422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.73%

R = 57.73%
G = 31.55%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B76422 (or 0xB76422) is known color: Christine. HEX triplet: B7, 64 and 22. RGB value is (183,100,34). Sum of RGB (Red+Green+Blue) = 183+100+34=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B76422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76422 is #489BDD. Grayscale: #757575. Windows color (decimal): -4758494 or 2254007. OLE color: 2254007.

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

Color convert

RGB 183 100 34 -
CMYK 0 0.45 0.81 0.28
HSL 26.58º 0.69% 0.43% -
HSV(B) 26.58º 0.81% 0.72% -
XYZ 24.37 19.3 3.95 -
YUV 117.29 81 174.87 -
System Red Green Blue C M Y K H S L
Decimal 183 100 34 0 0.45 0.81 0.28 26.58 0.69 0.43
Hex B7 64 22 0 2D 51 1C 1B 45 2B
Octal 267 144 42 0 55 121 34 33 105 53
Binary 10110111 1100100 100010 0 101101 1010001 11100 11011 1000101 101011

Color Harmonies of #B76422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76422

Black with #B76422

Text Example


Text Example

White with #B76422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76422; }

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

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

background-color css

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

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

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

border-color css

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

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

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