Html Css Color HEX #B88105 Dark Goldenrod

📋 copy color: '#B88105'

red 184 ◦ green 129 ◦ blue 5

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

Shades of Dark Goldenrod #B88105

Tints of Dark Goldenrod #B88105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.57%

R = 57.86%
G = 40.57%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B88105 (or 0xB88105) is known color: Dark Goldenrod. HEX triplet: B8, 81 and 05. RGB value is (184,129,5). Sum of RGB (Red+Green+Blue) = 184+129+5=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B88105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88105 is #477EFA. Grayscale: #838383. Windows color (decimal): -4685563 or 360888. OLE color: 360888.

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

Color convert

RGB 184 129 5 -
CMYK 0 0.30 0.97 0.28
HSL 41.56º 0.95% 0.37% -
HSV(B) 41.56º 0.97% 0.72% -
XYZ 27.64 25.9 3.69 -
YUV 131.31 56.72 165.58 -
System Red Green Blue C M Y K H S L
Decimal 184 129 5 0 0.30 0.97 0.28 41.56 0.95 0.37
Hex B8 81 5 0 1E 61 1C 2A 5F 25
Octal 270 201 5 0 36 141 34 52 137 45
Binary 10111000 10000001 101 0 11110 1100001 11100 101010 1011111 100101

Color Harmonies of #B88105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88105

Black with #B88105

Text Example


Text Example

White with #B88105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88105; }

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

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

background-color css

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

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

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

border-color css

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

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

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