Html Css Color HEX #B8880E Dark Goldenrod

📋 copy color: '#B8880E'

red 184 ◦ green 136 ◦ blue 14

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

Shades of Dark Goldenrod #B8880E

Tints of Dark Goldenrod #B8880E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.72%

 BLUE value IS 14 (5.86% from 255) = 4.19%

R = 55.09%
G = 40.72%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8880E (or 0xB8880E) is known color: Dark Goldenrod. HEX triplet: B8, 88 and 0E. RGB value is (184,136,14). Sum of RGB (Red+Green+Blue) = 184+136+14=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B8880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8880E is #4777F1. Grayscale: #888888. Windows color (decimal): -4683762 or 952504. OLE color: 952504.

HSL color Cylindrical-coordinate representation of color #B8880E: hue angle of 43.06º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8880E is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 136 14 -
CMYK 0 0.26 0.92 0.28
HSL 43.06º 0.86% 0.39% -
HSV(B) 43.06º 0.92% 0.72% -
XYZ 28.65 27.83 4.28 -
YUV 136.44 58.9 161.92 -
System Red Green Blue C M Y K H S L
Decimal 184 136 14 0 0.26 0.92 0.28 43.06 0.86 0.39
Hex B8 88 E 0 1A 5C 1C 2B 56 27
Octal 270 210 16 0 32 134 34 53 126 47
Binary 10111000 10001000 1110 0 11010 1011100 11100 101011 1010110 100111

Color Harmonies of #B8880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8880E

Black with #B8880E

Text Example


Text Example

White with #B8880E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8880E; }

 p { color: rgb(184,136,14); }

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

background-color css

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

 a { background-color: rgb(184,136,14); }

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

border-color css

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

 span { border-color: rgb(184,136,14); }

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