Html Css Color HEX #B76B0B Dark Goldenrod

📋 copy color: '#B76B0B'

red 183 ◦ green 107 ◦ blue 11

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

Shades of Dark Goldenrod #B76B0B

Tints of Dark Goldenrod #B76B0B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.55%

 BLUE value IS 11 (4.69% from 255) = 3.65%

R = 60.8%
G = 35.55%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B76B0B (or 0xB76B0B) is known color: Dark Goldenrod. HEX triplet: B7, 6B and 0B. RGB value is (183,107,11). Sum of RGB (Red+Green+Blue) = 183+107+11=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76B0B is #4894F4. Grayscale: #777777. Windows color (decimal): -4756725 or 748471. OLE color: 748471.

HSL color Cylindrical-coordinate representation of color #B76B0B: hue angle of 33.49º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B76B0B is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 107 11 -
CMYK 0 0.42 0.94 0.28
HSL 33.49º 0.89% 0.38% -
HSV(B) 33.49º 0.94% 0.72% -
XYZ 24.85 20.61 2.98 -
YUV 118.78 67.18 173.81 -
System Red Green Blue C M Y K H S L
Decimal 183 107 11 0 0.42 0.94 0.28 33.49 0.89 0.38
Hex B7 6B B 0 2A 5E 1C 21 59 26
Octal 267 153 13 0 52 136 34 41 131 46
Binary 10110111 1101011 1011 0 101010 1011110 11100 100001 1011001 100110

Color Harmonies of #B76B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76B0B

Black with #B76B0B

Text Example


Text Example

White with #B76B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76B0B; }

 p { color: rgb(183,107,11); }

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

background-color css

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

 a { background-color: rgb(183,107,11); }

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

border-color css

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

 span { border-color: rgb(183,107,11); }

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