Html Css Color HEX #B88616 Dark Goldenrod

📋 copy color: '#B88616'

red 184 ◦ green 134 ◦ blue 22

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

Shades of Dark Goldenrod #B88616

Tints of Dark Goldenrod #B88616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.47%

R = 54.12%
G = 39.41%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B88616 (or 0xB88616) is known color: Dark Goldenrod. HEX triplet: B8, 86 and 16. RGB value is (184,134,22). Sum of RGB (Red+Green+Blue) = 184+134+22=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B88616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88616 is #4779E9. Grayscale: #888888. Windows color (decimal): -4684266 or 1476280. OLE color: 1476280.

HSL color Cylindrical-coordinate representation of color #B88616: hue angle of 41.48º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B88616 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 134 22 -
CMYK 0 0.27 0.88 0.28
HSL 41.48º 0.79% 0.4% -
HSV(B) 41.48º 0.88% 0.72% -
XYZ 28.44 27.3 4.53 -
YUV 136.18 63.57 162.11 -
System Red Green Blue C M Y K H S L
Decimal 184 134 22 0 0.27 0.88 0.28 41.48 0.79 0.4
Hex B8 86 16 0 1B 58 1C 29 4F 28
Octal 270 206 26 0 33 130 34 51 117 50
Binary 10111000 10000110 10110 0 11011 1011000 11100 101001 1001111 101000

Color Harmonies of #B88616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88616

Black with #B88616

Text Example


Text Example

White with #B88616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88616; }

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

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

background-color css

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

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

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

border-color css

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

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

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