Html Css Color HEX #B18414 Dark Goldenrod

📋 copy color: '#B18414'

red 177 ◦ green 132 ◦ blue 20

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

Shades of Dark Goldenrod #B18414

Tints of Dark Goldenrod #B18414

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

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

R = 53.8%
G = 40.12%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B18414 (or 0xB18414) is known color: Dark Goldenrod. HEX triplet: B1, 84 and 14. RGB value is (177,132,20). Sum of RGB (Red+Green+Blue) = 177+132+20=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B18414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18414 is #4E7BEB. Grayscale: #858585. Windows color (decimal): -5143532 or 1344689. OLE color: 1344689.

HSL color Cylindrical-coordinate representation of color #B18414: hue angle of 42.8º 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 #B18414 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 132 20 -
CMYK 0 0.25 0.89 0.31
HSL 42.8º 0.8% 0.39% -
HSV(B) 42.8º 0.89% 0.69% -
XYZ 26.51 25.9 4.26 -
YUV 132.69 64.41 159.61 -
System Red Green Blue C M Y K H S L
Decimal 177 132 20 0 0.25 0.89 0.31 42.8 0.8 0.39
Hex B1 84 14 0 19 59 1F 2B 50 27
Octal 261 204 24 0 31 131 37 53 120 47
Binary 10110001 10000100 10100 0 11001 1011001 11111 101011 1010000 100111

Color Harmonies of #B18414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18414

Black with #B18414

Text Example


Text Example

White with #B18414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18414; }

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

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

background-color css

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

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

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

border-color css

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

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

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