Html Css Color HEX #B76E05 Dark Goldenrod

📋 copy color: '#B76E05'

red 183 ◦ green 110 ◦ blue 5

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

Shades of Dark Goldenrod #B76E05

Tints of Dark Goldenrod #B76E05

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.91%

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 61.41%
G = 36.91%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B76E05 (or 0xB76E05) is known color: Dark Goldenrod. HEX triplet: B7, 6E and 05. RGB value is (183,110,5). Sum of RGB (Red+Green+Blue) = 183+110+5=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76E05 is #4891FA. Grayscale: #787878. Windows color (decimal): -4755963 or 356023. OLE color: 356023.

HSL color Cylindrical-coordinate representation of color #B76E05: hue angle of 35.39º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B76E05 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 110 5 -
CMYK 0 0.40 0.97 0.28
HSL 35.39º 0.95% 0.37% -
HSV(B) 35.39º 0.97% 0.72% -
XYZ 25.13 21.23 2.92 -
YUV 119.86 63.18 173.04 -
System Red Green Blue C M Y K H S L
Decimal 183 110 5 0 0.40 0.97 0.28 35.39 0.95 0.37
Hex B7 6E 5 0 28 61 1C 23 5F 25
Octal 267 156 5 0 50 141 34 43 137 45
Binary 10110111 1101110 101 0 101000 1100001 11100 100011 1011111 100101

Color Harmonies of #B76E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76E05

Black with #B76E05

Text Example


Text Example

White with #B76E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76E05; }

 p { color: rgb(183,110,5); }

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

background-color css

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

 a { background-color: rgb(183,110,5); }

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

border-color css

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

 span { border-color: rgb(183,110,5); }

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