Html Css Color HEX #B88104 Dark Goldenrod

📋 copy color: '#B88104'

red 184 ◦ green 129 ◦ blue 4

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

Shades of Dark Goldenrod #B88104

Tints of Dark Goldenrod #B88104

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.69%

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

R = 58.04%
G = 40.69%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B88104 (or 0xB88104) is known color: Dark Goldenrod. HEX triplet: B8, 81 and 04. RGB value is (184,129,4). Sum of RGB (Red+Green+Blue) = 184+129+4=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B88104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88104 is #477EFB. Grayscale: #838383. Windows color (decimal): -4685564 or 295352. OLE color: 295352.

HSL color Cylindrical-coordinate representation of color #B88104: hue angle of 41.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 #B88104 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 129 4 -
CMYK 0 0.30 0.98 0.28
HSL 41.67º 0.96% 0.37% -
HSV(B) 41.67º 0.98% 0.72% -
XYZ 27.64 25.9 3.66 -
YUV 131.2 56.22 165.66 -
System Red Green Blue C M Y K H S L
Decimal 184 129 4 0 0.30 0.98 0.28 41.67 0.96 0.37
Hex B8 81 4 0 1E 62 1C 2A 60 25
Octal 270 201 4 0 36 142 34 52 140 45
Binary 10111000 10000001 100 0 11110 1100010 11100 101010 1100000 100101

Color Harmonies of #B88104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88104

Black with #B88104

Text Example


Text Example

White with #B88104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88104; }

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

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

background-color css

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

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

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

border-color css

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

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

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