Html Css Color HEX #B76A0B Dark Goldenrod

📋 copy color: '#B76A0B'

red 183 ◦ green 106 ◦ blue 11

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

Shades of Dark Goldenrod #B76A0B

Tints of Dark Goldenrod #B76A0B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.33%

 BLUE value IS 11 (4.69% from 255) = 3.67%

R = 61%
G = 35.33%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B76A0B (or 0xB76A0B) is known color: Dark Goldenrod. HEX triplet: B7, 6A and 0B. RGB value is (183,106,11). Sum of RGB (Red+Green+Blue) = 183+106+11=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76A0B is #4895F4. Grayscale: #767676. Windows color (decimal): -4756981 or 748215. OLE color: 748215.

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

Color convert

RGB 183 106 11 -
CMYK 0 0.42 0.94 0.28
HSL 33.14º 0.89% 0.38% -
HSV(B) 33.14º 0.94% 0.72% -
XYZ 24.74 20.4 2.95 -
YUV 118.19 67.51 174.22 -
System Red Green Blue C M Y K H S L
Decimal 183 106 11 0 0.42 0.94 0.28 33.14 0.89 0.38
Hex B7 6A B 0 2A 5E 1C 21 59 26
Octal 267 152 13 0 52 136 34 41 131 46
Binary 10110111 1101010 1011 0 101010 1011110 11100 100001 1011001 100110

Color Harmonies of #B76A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A0B

Black with #B76A0B

Text Example


Text Example

White with #B76A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A0B; }

 p { color: rgb(183,106,11); }

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

background-color css

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

 a { background-color: rgb(183,106,11); }

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

border-color css

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

 span { border-color: rgb(183,106,11); }

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