Html Css Color HEX #B48A19 Dark Goldenrod

📋 copy color: '#B48A19'

red 180 ◦ green 138 ◦ blue 25

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

Shades of Dark Goldenrod #B48A19

Tints of Dark Goldenrod #B48A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.29%

R = 52.48%
G = 40.23%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B48A19 (or 0xB48A19) is known color: Dark Goldenrod. HEX triplet: B4, 8A and 19. RGB value is (180,138,25). Sum of RGB (Red+Green+Blue) = 180+138+25=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48A19 is #4B75E6. Grayscale: #8A8A8A. Windows color (decimal): -4945383 or 1673908. OLE color: 1673908.

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

Color convert

RGB 180 138 25 -
CMYK 0 0.23 0.86 0.29
HSL 43.74º 0.76% 0.4% -
HSV(B) 43.74º 0.86% 0.71% -
XYZ 28.09 27.95 4.83 -
YUV 137.68 64.41 158.19 -
System Red Green Blue C M Y K H S L
Decimal 180 138 25 0 0.23 0.86 0.29 43.74 0.76 0.4
Hex B4 8A 19 0 17 56 1D 2C 4C 28
Octal 264 212 31 0 27 126 35 54 114 50
Binary 10110100 10001010 11001 0 10111 1010110 11101 101100 1001100 101000

Color Harmonies of #B48A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48A19

Black with #B48A19

Text Example


Text Example

White with #B48A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48A19; }

 p { color: rgb(180,138,25); }

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

background-color css

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

 a { background-color: rgb(180,138,25); }

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

border-color css

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

 span { border-color: rgb(180,138,25); }

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