Html Css Color HEX #B49003 Dark Goldenrod

📋 copy color: '#B49003'

red 180 ◦ green 144 ◦ blue 3

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

Shades of Dark Goldenrod #B49003

Tints of Dark Goldenrod #B49003

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.04%

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 55.05%
G = 44.04%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B49003 (or 0xB49003) is known color: Dark Goldenrod. HEX triplet: B4, 90 and 03. RGB value is (180,144,3). Sum of RGB (Red+Green+Blue) = 180+144+3=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B49003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49003 is #4B6FFC. Grayscale: #8B8B8B. Windows color (decimal): -4943869 or 233652. OLE color: 233652.

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

Color convert

RGB 180 144 3 -
CMYK 0 0.2 0.98 0.29
HSL 47.8º 0.97% 0.36% -
HSV(B) 47.8º 0.98% 0.71% -
XYZ 28.81 29.66 4.29 -
YUV 138.69 51.43 157.46 -
System Red Green Blue C M Y K H S L
Decimal 180 144 3 0 0.2 0.98 0.29 47.8 0.97 0.36
Hex B4 90 3 0 14 62 1D 30 61 24
Octal 264 220 3 0 24 142 35 60 141 44
Binary 10110100 10010000 11 0 10100 1100010 11101 110000 1100001 100100

Color Harmonies of #B49003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49003

Black with #B49003

Text Example


Text Example

White with #B49003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49003; }

 p { color: rgb(180,144,3); }

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

background-color css

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

 a { background-color: rgb(180,144,3); }

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

border-color css

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

 span { border-color: rgb(180,144,3); }

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