Html Css Color HEX #B18814 Dark Goldenrod

📋 copy color: '#B18814'

red 177 ◦ green 136 ◦ blue 20

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

Shades of Dark Goldenrod #B18814

Tints of Dark Goldenrod #B18814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.01%

R = 53.15%
G = 40.84%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B18814 (or 0xB18814) is known color: Dark Goldenrod. HEX triplet: B1, 88 and 14. RGB value is (177,136,20). Sum of RGB (Red+Green+Blue) = 177+136+20=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B18814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18814 is #4E77EB. Grayscale: #878787. Windows color (decimal): -5142508 or 1345713. OLE color: 1345713.

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

Color convert

RGB 177 136 20 -
CMYK 0 0.23 0.89 0.31
HSL 44.33º 0.8% 0.39% -
HSV(B) 44.33º 0.89% 0.69% -
XYZ 27.06 27.01 4.45 -
YUV 135.04 63.08 157.93 -
System Red Green Blue C M Y K H S L
Decimal 177 136 20 0 0.23 0.89 0.31 44.33 0.8 0.39
Hex B1 88 14 0 17 59 1F 2C 50 27
Octal 261 210 24 0 27 131 37 54 120 47
Binary 10110001 10001000 10100 0 10111 1011001 11111 101100 1010000 100111

Color Harmonies of #B18814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18814

Black with #B18814

Text Example


Text Example

White with #B18814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18814; }

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

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

background-color css

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

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

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

border-color css

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

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

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