Html Css Color HEX #B18818 Dark Goldenrod

📋 copy color: '#B18818'

red 177 ◦ green 136 ◦ blue 24

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

Shades of Dark Goldenrod #B18818

Tints of Dark Goldenrod #B18818

RGB

 RED value IS 177 (69.53% from 255) = 52.52%

 GREEN value IS 136 (53.52% from 255) = 40.36%

 BLUE value IS 24 (9.77% from 255) = 7.12%

R = 52.52%
G = 40.36%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B18818 (or 0xB18818) is known color: Dark Goldenrod. HEX triplet: B1, 88 and 18. RGB value is (177,136,24). Sum of RGB (Red+Green+Blue) = 177+136+24=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B18818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18818 is #4E77E7. Grayscale: #878787. Windows color (decimal): -5142504 or 1607857. OLE color: 1607857.

HSL color Cylindrical-coordinate representation of color #B18818: hue angle of 43.92º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B18818 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 136 24 -
CMYK 0 0.23 0.86 0.31
HSL 43.92º 0.76% 0.39% -
HSV(B) 43.92º 0.86% 0.69% -
XYZ 27.1 27.02 4.65 -
YUV 135.49 65.08 157.61 -
System Red Green Blue C M Y K H S L
Decimal 177 136 24 0 0.23 0.86 0.31 43.92 0.76 0.39
Hex B1 88 18 0 17 56 1F 2C 4C 27
Octal 261 210 30 0 27 126 37 54 114 47
Binary 10110001 10001000 11000 0 10111 1010110 11111 101100 1001100 100111

Color Harmonies of #B18818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18818

Black with #B18818

Text Example


Text Example

White with #B18818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18818; }

 p { color: rgb(177,136,24); }

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

background-color css

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

 a { background-color: rgb(177,136,24); }

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

border-color css

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

 span { border-color: rgb(177,136,24); }

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