Html Css Color HEX #B19300 Dark Goldenrod

📋 copy color: '#B19300'

red 177 ◦ green 147 ◦ blue 0

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

Shades of Dark Goldenrod #B19300

Tints of Dark Goldenrod #B19300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.63%
G = 45.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B19300 (or 0xB19300) is known color: Dark Goldenrod. HEX triplet: B1, 93 and 00. RGB value is (177,147,0). Sum of RGB (Red+Green+Blue) = 177+147+0=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B19300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19300 is #4E6CFF. Grayscale: #8B8B8B. Windows color (decimal): -5139712 or 37809. OLE color: 37809.

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

Color convert

RGB 177 147 0 -
CMYK 0 0.17 1 0.31
HSL 49.83º 1% 0.35% -
HSV(B) 49.83º 1% 0.69% -
XYZ 28.57 30.21 4.33 -
YUV 139.21 49.44 154.95 -
System Red Green Blue C M Y K H S L
Decimal 177 147 0 0 0.17 1 0.31 49.83 1 0.35
Hex B1 93 0 0 11 64 1F 32 64 23
Octal 261 223 0 0 21 144 37 62 144 43
Binary 10110001 10010011 0 0 10001 1100100 11111 110010 1100100 100011

Color Harmonies of #B19300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19300

Black with #B19300

Text Example


Text Example

White with #B19300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19300; }

 p { color: rgb(177,147,0); }

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

background-color css

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

 a { background-color: rgb(177,147,0); }

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

border-color css

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

 span { border-color: rgb(177,147,0); }

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