Html Css Color HEX #B18A0A Dark Goldenrod

📋 copy color: '#B18A0A'

red 177 ◦ green 138 ◦ blue 10

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

Shades of Dark Goldenrod #B18A0A

Tints of Dark Goldenrod #B18A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.08%

R = 54.46%
G = 42.46%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B18A0A (or 0xB18A0A) is known color: Dark Goldenrod. HEX triplet: B1, 8A and 0A. RGB value is (177,138,10). Sum of RGB (Red+Green+Blue) = 177+138+10=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18A0A is #4E75F5. Grayscale: #878787. Windows color (decimal): -5142006 or 690865. OLE color: 690865.

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

Color convert

RGB 177 138 10 -
CMYK 0 0.22 0.94 0.31
HSL 45.99º 0.89% 0.37% -
HSV(B) 45.99º 0.94% 0.69% -
XYZ 27.27 27.55 4.17 -
YUV 135.07 57.42 157.91 -
System Red Green Blue C M Y K H S L
Decimal 177 138 10 0 0.22 0.94 0.31 45.99 0.89 0.37
Hex B1 8A A 0 16 5E 1F 2E 59 25
Octal 261 212 12 0 26 136 37 56 131 45
Binary 10110001 10001010 1010 0 10110 1011110 11111 101110 1011001 100101

Color Harmonies of #B18A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18A0A

Black with #B18A0A

Text Example


Text Example

White with #B18A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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