Html Css Color HEX #B88A0A Dark Goldenrod

📋 copy color: '#B88A0A'

red 184 ◦ green 138 ◦ blue 10

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

Shades of Dark Goldenrod #B88A0A

Tints of Dark Goldenrod #B88A0A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.57%

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

R = 55.42%
G = 41.57%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B88A0A (or 0xB88A0A) is known color: Dark Goldenrod. HEX triplet: B8, 8A and 0A. RGB value is (184,138,10). Sum of RGB (Red+Green+Blue) = 184+138+10=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88A0A is #4775F5. Grayscale: #898989. Windows color (decimal): -4683254 or 690872. OLE color: 690872.

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

Color convert

RGB 184 138 10 -
CMYK 0 0.25 0.95 0.28
HSL 44.14º 0.9% 0.38% -
HSV(B) 44.14º 0.95% 0.72% -
XYZ 28.91 28.39 4.24 -
YUV 137.16 56.24 161.41 -
System Red Green Blue C M Y K H S L
Decimal 184 138 10 0 0.25 0.95 0.28 44.14 0.9 0.38
Hex B8 8A A 0 19 5F 1C 2C 5A 26
Octal 270 212 12 0 31 137 34 54 132 46
Binary 10111000 10001010 1010 0 11001 1011111 11100 101100 1011010 100110

Color Harmonies of #B88A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88A0A

Black with #B88A0A

Text Example


Text Example

White with #B88A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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