Html Css Color HEX #B76C0A Dark Goldenrod

📋 copy color: '#B76C0A'

red 183 ◦ green 108 ◦ blue 10

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

Shades of Dark Goldenrod #B76C0A

Tints of Dark Goldenrod #B76C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.32%

R = 60.8%
G = 35.88%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B76C0A (or 0xB76C0A) is known color: Dark Goldenrod. HEX triplet: B7, 6C and 0A. RGB value is (183,108,10). Sum of RGB (Red+Green+Blue) = 183+108+10=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76C0A is #4893F5. Grayscale: #777777. Windows color (decimal): -4756470 or 683191. OLE color: 683191.

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

Color convert

RGB 183 108 10 -
CMYK 0 0.41 0.95 0.28
HSL 33.99º 0.9% 0.38% -
HSV(B) 33.99º 0.95% 0.72% -
XYZ 24.95 20.81 2.99 -
YUV 119.25 66.35 173.47 -
System Red Green Blue C M Y K H S L
Decimal 183 108 10 0 0.41 0.95 0.28 33.99 0.9 0.38
Hex B7 6C A 0 29 5F 1C 22 5A 26
Octal 267 154 12 0 51 137 34 42 132 46
Binary 10110111 1101100 1010 0 101001 1011111 11100 100010 1011010 100110

Color Harmonies of #B76C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C0A

Black with #B76C0A

Text Example


Text Example

White with #B76C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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