Html Css Color HEX #B47A18 Dark Goldenrod

📋 copy color: '#B47A18'

red 180 ◦ green 122 ◦ blue 24

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

Shades of Dark Goldenrod #B47A18

Tints of Dark Goldenrod #B47A18

RGB

 RED value IS 180 (70.7% from 255) = 55.21%

 GREEN value IS 122 (48.05% from 255) = 37.42%

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

R = 55.21%
G = 37.42%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B47A18 (or 0xB47A18) is known color: Dark Goldenrod. HEX triplet: B4, 7A and 18. RGB value is (180,122,24). Sum of RGB (Red+Green+Blue) = 180+122+24=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47A18 is #4B85E7. Grayscale: #808080. Windows color (decimal): -4949480 or 1604276. OLE color: 1604276.

HSL color Cylindrical-coordinate representation of color #B47A18: hue angle of 37.69º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B47A18 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 122 24 -
CMYK 0 0.32 0.87 0.29
HSL 37.69º 0.76% 0.4% -
HSV(B) 37.69º 0.87% 0.71% -
XYZ 25.95 23.69 4.07 -
YUV 128.17 69.22 164.97 -
System Red Green Blue C M Y K H S L
Decimal 180 122 24 0 0.32 0.87 0.29 37.69 0.76 0.4
Hex B4 7A 18 0 20 57 1D 26 4C 28
Octal 264 172 30 0 40 127 35 46 114 50
Binary 10110100 1111010 11000 0 100000 1010111 11101 100110 1001100 101000

Color Harmonies of #B47A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47A18

Black with #B47A18

Text Example


Text Example

White with #B47A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47A18; }

 p { color: rgb(180,122,24); }

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

background-color css

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

 a { background-color: rgb(180,122,24); }

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

border-color css

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

 span { border-color: rgb(180,122,24); }

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