Html Css Color HEX #B48319 Dark Goldenrod

📋 copy color: '#B48319'

red 180 ◦ green 131 ◦ blue 25

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

Shades of Dark Goldenrod #B48319

Tints of Dark Goldenrod #B48319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.99%

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

R = 53.57%
G = 38.99%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B48319 (or 0xB48319) is known color: Dark Goldenrod. HEX triplet: B4, 83 and 19. RGB value is (180,131,25). Sum of RGB (Red+Green+Blue) = 180+131+25=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B48319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48319 is #4B7CE6. Grayscale: #868686. Windows color (decimal): -4947175 or 1672116. OLE color: 1672116.

HSL color Cylindrical-coordinate representation of color #B48319: hue angle of 41.03º 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 #B48319 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 131 25 -
CMYK 0 0.27 0.86 0.29
HSL 41.03º 0.76% 0.4% -
HSV(B) 41.03º 0.86% 0.71% -
XYZ 27.11 26.01 4.51 -
YUV 133.57 66.73 161.12 -
System Red Green Blue C M Y K H S L
Decimal 180 131 25 0 0.27 0.86 0.29 41.03 0.76 0.4
Hex B4 83 19 0 1B 56 1D 29 4C 28
Octal 264 203 31 0 33 126 35 51 114 50
Binary 10110100 10000011 11001 0 11011 1010110 11101 101001 1001100 101000

Color Harmonies of #B48319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48319

Black with #B48319

Text Example


Text Example

White with #B48319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48319; }

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

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

background-color css

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

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

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

border-color css

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

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

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