Html Css Color HEX #B76C04 Dark Goldenrod

📋 copy color: '#B76C04'

red 183 ◦ green 108 ◦ blue 4

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

Shades of Dark Goldenrod #B76C04

Tints of Dark Goldenrod #B76C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.36%

R = 62.03%
G = 36.61%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B76C04 (or 0xB76C04) is known color: Dark Goldenrod. HEX triplet: B7, 6C and 04. RGB value is (183,108,4). Sum of RGB (Red+Green+Blue) = 183+108+4=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76C04 is #4893FB. Grayscale: #777777. Windows color (decimal): -4756476 or 289975. OLE color: 289975.

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

Color convert

RGB 183 108 4 -
CMYK 0 0.41 0.98 0.28
HSL 34.86º 0.96% 0.37% -
HSV(B) 34.86º 0.98% 0.72% -
XYZ 24.91 20.8 2.82 -
YUV 118.57 63.35 173.96 -
System Red Green Blue C M Y K H S L
Decimal 183 108 4 0 0.41 0.98 0.28 34.86 0.96 0.37
Hex B7 6C 4 0 29 62 1C 23 60 25
Octal 267 154 4 0 51 142 34 43 140 45
Binary 10110111 1101100 100 0 101001 1100010 11100 100011 1100000 100101

Color Harmonies of #B76C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C04

Black with #B76C04

Text Example


Text Example

White with #B76C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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