Html Css Color HEX #B49301 Dark Goldenrod

📋 copy color: '#B49301'

red 180 ◦ green 147 ◦ blue 1

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

Shades of Dark Goldenrod #B49301

Tints of Dark Goldenrod #B49301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.82%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 54.88%
G = 44.82%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B49301 (or 0xB49301) is known color: Dark Goldenrod. HEX triplet: B4, 93 and 01. RGB value is (180,147,1). Sum of RGB (Red+Green+Blue) = 180+147+1=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B49301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49301 is #4B6CFE. Grayscale: #8C8C8C. Windows color (decimal): -4943103 or 103348. OLE color: 103348.

HSL color Cylindrical-coordinate representation of color #B49301: hue angle of 48.94º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B49301 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 147 1 -
CMYK 0 0.18 0.99 0.29
HSL 48.94º 0.99% 0.35% -
HSV(B) 48.94º 0.99% 0.71% -
XYZ 29.26 30.57 4.39 -
YUV 140.22 49.43 156.37 -
System Red Green Blue C M Y K H S L
Decimal 180 147 1 0 0.18 0.99 0.29 48.94 0.99 0.35
Hex B4 93 1 0 12 63 1D 31 63 23
Octal 264 223 1 0 22 143 35 61 143 43
Binary 10110100 10010011 1 0 10010 1100011 11101 110001 1100011 100011

Color Harmonies of #B49301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49301

Black with #B49301

Text Example


Text Example

White with #B49301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49301; }

 p { color: rgb(180,147,1); }

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

background-color css

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

 a { background-color: rgb(180,147,1); }

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

border-color css

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

 span { border-color: rgb(180,147,1); }

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