Html Css Color HEX #B88600 Dark Goldenrod

📋 copy color: '#B88600'

red 184 ◦ green 134 ◦ blue 0

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

Shades of Dark Goldenrod #B88600

Tints of Dark Goldenrod #B88600

RGB

 RED value IS 184 (72.27% from 255) = 57.86%

 GREEN value IS 134 (52.73% from 255) = 42.14%

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

R = 57.86%
G = 42.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B88600 (or 0xB88600) is known color: Dark Goldenrod. HEX triplet: B8, 86 and 00. RGB value is (184,134,0). Sum of RGB (Red+Green+Blue) = 184+134+0=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B88600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88600 is #4779FF. Grayscale: #868686. Windows color (decimal): -4684288 or 34488. OLE color: 34488.

HSL color Cylindrical-coordinate representation of color #B88600: hue angle of 43.7º 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 #B88600 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 134 0 -
CMYK 0 0.27 1 0.28
HSL 43.7º 1% 0.36% -
HSV(B) 43.7º 1% 0.72% -
XYZ 28.29 27.24 3.77 -
YUV 133.67 52.57 163.9 -
System Red Green Blue C M Y K H S L
Decimal 184 134 0 0 0.27 1 0.28 43.7 1 0.36
Hex B8 86 0 0 1B 64 1C 2C 64 24
Octal 270 206 0 0 33 144 34 54 144 44
Binary 10111000 10000110 0 0 11011 1100100 11100 101100 1100100 100100

Color Harmonies of #B88600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88600

Black with #B88600

Text Example


Text Example

White with #B88600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88600; }

 p { color: rgb(184,134,0); }

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

background-color css

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

 a { background-color: rgb(184,134,0); }

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

border-color css

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

 span { border-color: rgb(184,134,0); }

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