Html Css Color HEX #B18A0E Dark Goldenrod

📋 copy color: '#B18A0E'

red 177 ◦ green 138 ◦ blue 14

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

Shades of Dark Goldenrod #B18A0E

Tints of Dark Goldenrod #B18A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.26%

R = 53.8%
G = 41.95%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B18A0E (or 0xB18A0E) is known color: Dark Goldenrod. HEX triplet: B1, 8A and 0E. RGB value is (177,138,14). Sum of RGB (Red+Green+Blue) = 177+138+14=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18A0E is #4E75F1. Grayscale: #888888. Windows color (decimal): -5142002 or 953009. OLE color: 953009.

HSL color Cylindrical-coordinate representation of color #B18A0E: hue angle of 45.64º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B18A0E is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 138 14 -
CMYK 0 0.22 0.92 0.31
HSL 45.64º 0.85% 0.37% -
HSV(B) 45.64º 0.92% 0.69% -
XYZ 27.3 27.56 4.3 -
YUV 135.53 59.42 157.58 -
System Red Green Blue C M Y K H S L
Decimal 177 138 14 0 0.22 0.92 0.31 45.64 0.85 0.37
Hex B1 8A E 0 16 5C 1F 2E 55 25
Octal 261 212 16 0 26 134 37 56 125 45
Binary 10110001 10001010 1110 0 10110 1011100 11111 101110 1010101 100101

Color Harmonies of #B18A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18A0E

Black with #B18A0E

Text Example


Text Example

White with #B18A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18A0E; }

 p { color: rgb(177,138,14); }

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

background-color css

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

 a { background-color: rgb(177,138,14); }

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

border-color css

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

 span { border-color: rgb(177,138,14); }

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