Html Css Color HEX #B88B13 Dark Goldenrod

📋 copy color: '#B88B13'

red 184 ◦ green 139 ◦ blue 19

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

Shades of Dark Goldenrod #B88B13

Tints of Dark Goldenrod #B88B13

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.64%

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

R = 53.8%
G = 40.64%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B88B13 (or 0xB88B13) is known color: Dark Goldenrod. HEX triplet: B8, 8B and 13. RGB value is (184,139,19). Sum of RGB (Red+Green+Blue) = 184+139+19=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88B13 is #4774EC. Grayscale: #8B8B8B. Windows color (decimal): -4682989 or 1280952. OLE color: 1280952.

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

Color convert

RGB 184 139 19 -
CMYK 0 0.24 0.90 0.28
HSL 43.64º 0.81% 0.4% -
HSV(B) 43.64º 0.9% 0.72% -
XYZ 29.12 28.7 4.62 -
YUV 138.78 60.41 160.26 -
System Red Green Blue C M Y K H S L
Decimal 184 139 19 0 0.24 0.90 0.28 43.64 0.81 0.4
Hex B8 8B 13 0 18 5A 1C 2C 51 28
Octal 270 213 23 0 30 132 34 54 121 50
Binary 10111000 10001011 10011 0 11000 1011010 11100 101100 1010001 101000

Color Harmonies of #B88B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88B13

Black with #B88B13

Text Example


Text Example

White with #B88B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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