Html Css Color HEX #B76C05 Dark Goldenrod

📋 copy color: '#B76C05'

red 183 ◦ green 108 ◦ blue 5

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

Shades of Dark Goldenrod #B76C05

Tints of Dark Goldenrod #B76C05

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.49%

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

R = 61.82%
G = 36.49%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B76C05 (or 0xB76C05) is known color: Dark Goldenrod. HEX triplet: B7, 6C and 05. RGB value is (183,108,5). Sum of RGB (Red+Green+Blue) = 183+108+5=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76C05 is #4893FA. Grayscale: #777777. Windows color (decimal): -4756475 or 355511. OLE color: 355511.

HSL color Cylindrical-coordinate representation of color #B76C05: hue angle of 34.72º 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 #B76C05 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 108 5 -
CMYK 0 0.41 0.97 0.28
HSL 34.72º 0.95% 0.37% -
HSV(B) 34.72º 0.97% 0.72% -
XYZ 24.92 20.8 2.85 -
YUV 118.68 63.85 173.88 -
System Red Green Blue C M Y K H S L
Decimal 183 108 5 0 0.41 0.97 0.28 34.72 0.95 0.37
Hex B7 6C 5 0 29 61 1C 23 5F 25
Octal 267 154 5 0 51 141 34 43 137 45
Binary 10110111 1101100 101 0 101001 1100001 11100 100011 1011111 100101

Color Harmonies of #B76C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C05

Black with #B76C05

Text Example


Text Example

White with #B76C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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