Html Css Color HEX #B88A04 Dark Goldenrod

📋 copy color: '#B88A04'

red 184 ◦ green 138 ◦ blue 4

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

Shades of Dark Goldenrod #B88A04

Tints of Dark Goldenrod #B88A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 56.44%
G = 42.33%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B88A04 (or 0xB88A04) is known color: Dark Goldenrod. HEX triplet: B8, 8A and 04. RGB value is (184,138,4). Sum of RGB (Red+Green+Blue) = 184+138+4=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88A04 is #4775FB. Grayscale: #898989. Windows color (decimal): -4683260 or 297656. OLE color: 297656.

HSL color Cylindrical-coordinate representation of color #B88A04: hue angle of 44.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B88A04 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 138 4 -
CMYK 0 0.25 0.98 0.28
HSL 44.67º 0.96% 0.37% -
HSV(B) 44.67º 0.98% 0.72% -
XYZ 28.88 28.38 4.07 -
YUV 136.48 53.24 161.9 -
System Red Green Blue C M Y K H S L
Decimal 184 138 4 0 0.25 0.98 0.28 44.67 0.96 0.37
Hex B8 8A 4 0 19 62 1C 2D 60 25
Octal 270 212 4 0 31 142 34 55 140 45
Binary 10111000 10001010 100 0 11001 1100010 11100 101101 1100000 100101

Color Harmonies of #B88A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88A04

Black with #B88A04

Text Example


Text Example

White with #B88A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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