Html Css Color HEX #B49403 Dark Goldenrod

📋 copy color: '#B49403'

red 180 ◦ green 148 ◦ blue 3

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

Shades of Dark Goldenrod #B49403

Tints of Dark Goldenrod #B49403

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.71%

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

R = 54.38%
G = 44.71%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B49403 (or 0xB49403) is known color: Dark Goldenrod. HEX triplet: B4, 94 and 03. RGB value is (180,148,3). Sum of RGB (Red+Green+Blue) = 180+148+3=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B49403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49403 is #4B6BFC. Grayscale: #8D8D8D. Windows color (decimal): -4942845 or 234676. OLE color: 234676.

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

Color convert

RGB 180 148 3 -
CMYK 0 0.18 0.98 0.29
HSL 49.15º 0.97% 0.36% -
HSV(B) 49.15º 0.98% 0.71% -
XYZ 29.43 30.89 4.5 -
YUV 141.04 50.1 155.79 -
System Red Green Blue C M Y K H S L
Decimal 180 148 3 0 0.18 0.98 0.29 49.15 0.97 0.36
Hex B4 94 3 0 12 62 1D 31 61 24
Octal 264 224 3 0 22 142 35 61 141 44
Binary 10110100 10010100 11 0 10010 1100010 11101 110001 1100001 100100

Color Harmonies of #B49403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49403

Black with #B49403

Text Example


Text Example

White with #B49403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49403; }

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

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

background-color css

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

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

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

border-color css

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

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

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