Html Css Color HEX #B88913 Dark Goldenrod

📋 copy color: '#B88913'

red 184 ◦ green 137 ◦ blue 19

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

Shades of Dark Goldenrod #B88913

Tints of Dark Goldenrod #B88913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.29%

 BLUE value IS 19 (7.81% from 255) = 5.59%

R = 54.12%
G = 40.29%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B88913 (or 0xB88913) is known color: Dark Goldenrod. HEX triplet: B8, 89 and 13. RGB value is (184,137,19). Sum of RGB (Red+Green+Blue) = 184+137+19=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B88913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88913 is #4776EC. Grayscale: #8A8A8A. Windows color (decimal): -4683501 or 1280440. OLE color: 1280440.

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

Color convert

RGB 184 137 19 -
CMYK 0 0.26 0.90 0.28
HSL 42.91º 0.81% 0.4% -
HSV(B) 42.91º 0.9% 0.72% -
XYZ 28.83 28.13 4.53 -
YUV 137.6 61.07 161.09 -
System Red Green Blue C M Y K H S L
Decimal 184 137 19 0 0.26 0.90 0.28 42.91 0.81 0.4
Hex B8 89 13 0 1A 5A 1C 2B 51 28
Octal 270 211 23 0 32 132 34 53 121 50
Binary 10111000 10001001 10011 0 11010 1011010 11100 101011 1010001 101000

Color Harmonies of #B88913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88913

Black with #B88913

Text Example


Text Example

White with #B88913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88913; }

 p { color: rgb(184,137,19); }

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

background-color css

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

 a { background-color: rgb(184,137,19); }

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

border-color css

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

 span { border-color: rgb(184,137,19); }

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