Html Css Color HEX #B19403 Dark Goldenrod

📋 copy color: '#B19403'

red 177 ◦ green 148 ◦ blue 3

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

Shades of Dark Goldenrod #B19403

Tints of Dark Goldenrod #B19403

RGB

 RED value IS 177 (69.53% from 255) = 53.96%

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

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

R = 53.96%
G = 45.12%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B19403 (or 0xB19403) is known color: Dark Goldenrod. HEX triplet: B1, 94 and 03. RGB value is (177,148,3). Sum of RGB (Red+Green+Blue) = 177+148+3=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B19403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19403 is #4E6BFC. Grayscale: #8C8C8C. Windows color (decimal): -5139453 or 234673. OLE color: 234673.

HSL color Cylindrical-coordinate representation of color #B19403: hue angle of 50º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B19403 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 148 3 -
CMYK 0 0.16 0.98 0.31
HSL 50º 0.97% 0.35% -
HSV(B) 50º 0.98% 0.69% -
XYZ 28.74 30.53 4.47 -
YUV 140.14 50.61 154.29 -
System Red Green Blue C M Y K H S L
Decimal 177 148 3 0 0.16 0.98 0.31 50 0.97 0.35
Hex B1 94 3 0 10 62 1F 32 61 23
Octal 261 224 3 0 20 142 37 62 141 43
Binary 10110001 10010100 11 0 10000 1100010 11111 110010 1100001 100011

Color Harmonies of #B19403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19403

Black with #B19403

Text Example


Text Example

White with #B19403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19403; }

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

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

background-color css

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

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

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

border-color css

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

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

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