Html Css Color HEX #B76B0E Dark Goldenrod

📋 copy color: '#B76B0E'

red 183 ◦ green 107 ◦ blue 14

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

Shades of Dark Goldenrod #B76B0E

Tints of Dark Goldenrod #B76B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.61%

R = 60.2%
G = 35.2%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B76B0E (or 0xB76B0E) is known color: Dark Goldenrod. HEX triplet: B7, 6B and 0E. RGB value is (183,107,14). Sum of RGB (Red+Green+Blue) = 183+107+14=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76B0E is #4894F1. Grayscale: #777777. Windows color (decimal): -4756722 or 945079. OLE color: 945079.

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

Color convert

RGB 183 107 14 -
CMYK 0 0.42 0.92 0.28
HSL 33.02º 0.86% 0.39% -
HSV(B) 33.02º 0.92% 0.72% -
XYZ 24.87 20.61 3.08 -
YUV 119.12 68.68 173.56 -
System Red Green Blue C M Y K H S L
Decimal 183 107 14 0 0.42 0.92 0.28 33.02 0.86 0.39
Hex B7 6B E 0 2A 5C 1C 21 56 27
Octal 267 153 16 0 52 134 34 41 126 47
Binary 10110111 1101011 1110 0 101010 1011100 11100 100001 1010110 100111

Color Harmonies of #B76B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76B0E

Black with #B76B0E

Text Example


Text Example

White with #B76B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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