Html Css Color HEX #B49305 Dark Goldenrod

📋 copy color: '#B49305'

red 180 ◦ green 147 ◦ blue 5

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

Shades of Dark Goldenrod #B49305

Tints of Dark Goldenrod #B49305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 54.22%
G = 44.28%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B49305 (or 0xB49305) is known color: Dark Goldenrod. HEX triplet: B4, 93 and 05. RGB value is (180,147,5). Sum of RGB (Red+Green+Blue) = 180+147+5=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B49305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49305 is #4B6CFA. Grayscale: #8D8D8D. Windows color (decimal): -4943099 or 365492. OLE color: 365492.

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

Color convert

RGB 180 147 5 -
CMYK 0 0.18 0.97 0.29
HSL 48.69º 0.95% 0.36% -
HSV(B) 48.69º 0.97% 0.71% -
XYZ 29.28 30.58 4.5 -
YUV 140.68 51.43 156.05 -
System Red Green Blue C M Y K H S L
Decimal 180 147 5 0 0.18 0.97 0.29 48.69 0.95 0.36
Hex B4 93 5 0 12 61 1D 31 5F 24
Octal 264 223 5 0 22 141 35 61 137 44
Binary 10110100 10010011 101 0 10010 1100001 11101 110001 1011111 100100

Color Harmonies of #B49305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49305

Black with #B49305

Text Example


Text Example

White with #B49305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49305; }

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

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

background-color css

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

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

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

border-color css

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

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

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