Html Css Color HEX #B8880A Dark Goldenrod

📋 copy color: '#B8880A'

red 184 ◦ green 136 ◦ blue 10

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

Shades of Dark Goldenrod #B8880A

Tints of Dark Goldenrod #B8880A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.03%

R = 55.76%
G = 41.21%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B8880A (or 0xB8880A) is known color: Dark Goldenrod. HEX triplet: B8, 88 and 0A. RGB value is (184,136,10). Sum of RGB (Red+Green+Blue) = 184+136+10=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B8880A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8880A is #4777F5. Grayscale: #888888. Windows color (decimal): -4683766 or 690360. OLE color: 690360.

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

Color convert

RGB 184 136 10 -
CMYK 0 0.26 0.95 0.28
HSL 43.45º 0.9% 0.38% -
HSV(B) 43.45º 0.95% 0.72% -
XYZ 28.63 27.82 4.15 -
YUV 135.99 56.9 162.25 -
System Red Green Blue C M Y K H S L
Decimal 184 136 10 0 0.26 0.95 0.28 43.45 0.9 0.38
Hex B8 88 A 0 1A 5F 1C 2B 5A 26
Octal 270 210 12 0 32 137 34 53 132 46
Binary 10111000 10001000 1010 0 11010 1011111 11100 101011 1011010 100110

Color Harmonies of #B8880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8880A

Black with #B8880A

Text Example


Text Example

White with #B8880A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8880A; }

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

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

background-color css

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

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

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

border-color css

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

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

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