Html Css Color HEX #B76C0F Dark Goldenrod

📋 copy color: '#B76C0F'

red 183 ◦ green 108 ◦ blue 15

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

Shades of Dark Goldenrod #B76C0F

Tints of Dark Goldenrod #B76C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.9%

R = 59.8%
G = 35.29%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B76C0F (or 0xB76C0F) is known color: Dark Goldenrod. HEX triplet: B7, 6C and 0F. RGB value is (183,108,15). Sum of RGB (Red+Green+Blue) = 183+108+15=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76C0F is #4893F0. Grayscale: #787878. Windows color (decimal): -4756465 or 1010871. OLE color: 1010871.

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

Color convert

RGB 183 108 15 -
CMYK 0 0.41 0.92 0.28
HSL 33.21º 0.85% 0.39% -
HSV(B) 33.21º 0.92% 0.72% -
XYZ 24.98 20.83 3.16 -
YUV 119.82 68.85 173.06 -
System Red Green Blue C M Y K H S L
Decimal 183 108 15 0 0.41 0.92 0.28 33.21 0.85 0.39
Hex B7 6C F 0 29 5C 1C 21 55 27
Octal 267 154 17 0 51 134 34 41 125 47
Binary 10110111 1101100 1111 0 101001 1011100 11100 100001 1010101 100111

Color Harmonies of #B76C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C0F

Black with #B76C0F

Text Example


Text Example

White with #B76C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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