Html Css Color HEX #B76B00 Dark Goldenrod

📋 copy color: '#B76B00'

red 183 ◦ green 107 ◦ blue 0

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

Shades of Dark Goldenrod #B76B00

Tints of Dark Goldenrod #B76B00

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.1%
G = 36.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B76B00 (or 0xB76B00) is known color: Dark Goldenrod. HEX triplet: B7, 6B and 00. RGB value is (183,107,0). Sum of RGB (Red+Green+Blue) = 183+107+0=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76B00 is #4894FF. Grayscale: #767676. Windows color (decimal): -4756736 or 27575. OLE color: 27575.

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

Color convert

RGB 183 107 0 -
CMYK 0 0.42 1 0.28
HSL 35.08º 1% 0.36% -
HSV(B) 35.08º 1% 0.72% -
XYZ 24.79 20.58 2.67 -
YUV 117.53 61.68 174.7 -
System Red Green Blue C M Y K H S L
Decimal 183 107 0 0 0.42 1 0.28 35.08 1 0.36
Hex B7 6B 0 0 2A 64 1C 23 64 24
Octal 267 153 0 0 52 144 34 43 144 44
Binary 10110111 1101011 0 0 101010 1100100 11100 100011 1100100 100100

Color Harmonies of #B76B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76B00

Black with #B76B00

Text Example


Text Example

White with #B76B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76B00; }

 p { color: rgb(183,107,0); }

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

background-color css

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

 a { background-color: rgb(183,107,0); }

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

border-color css

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

 span { border-color: rgb(183,107,0); }

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