Html Css Color HEX #B88A16 Dark Goldenrod

📋 copy color: '#B88A16'

red 184 ◦ green 138 ◦ blue 22

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

Shades of Dark Goldenrod #B88A16

Tints of Dark Goldenrod #B88A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.4%

R = 53.49%
G = 40.12%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B88A16 (or 0xB88A16) is known color: Dark Goldenrod. HEX triplet: B8, 8A and 16. RGB value is (184,138,22). Sum of RGB (Red+Green+Blue) = 184+138+22=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88A16 is #4775E9. Grayscale: #8B8B8B. Windows color (decimal): -4683242 or 1477304. OLE color: 1477304.

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

Color convert

RGB 184 138 22 -
CMYK 0 0.25 0.88 0.28
HSL 42.96º 0.79% 0.4% -
HSV(B) 42.96º 0.88% 0.72% -
XYZ 29 28.43 4.72 -
YUV 138.53 62.24 160.43 -
System Red Green Blue C M Y K H S L
Decimal 184 138 22 0 0.25 0.88 0.28 42.96 0.79 0.4
Hex B8 8A 16 0 19 58 1C 2B 4F 28
Octal 270 212 26 0 31 130 34 53 117 50
Binary 10111000 10001010 10110 0 11001 1011000 11100 101011 1001111 101000

Color Harmonies of #B88A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88A16

Black with #B88A16

Text Example


Text Example

White with #B88A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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