Html Css Color HEX #B19802 Dark Goldenrod

📋 copy color: '#B19802'

red 177 ◦ green 152 ◦ blue 2

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

Shades of Dark Goldenrod #B19802

Tints of Dark Goldenrod #B19802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.92%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 53.47%
G = 45.92%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B19802 (or 0xB19802) is known color: Dark Goldenrod. HEX triplet: B1, 98 and 02. RGB value is (177,152,2). Sum of RGB (Red+Green+Blue) = 177+152+2=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B19802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19802 is #4E67FD. Grayscale: #8F8F8F. Windows color (decimal): -5138430 or 170161. OLE color: 170161.

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

Color convert

RGB 177 152 2 -
CMYK 0 0.14 0.99 0.31
HSL 51.43º 0.98% 0.35% -
HSV(B) 51.43º 0.99% 0.69% -
XYZ 29.37 31.81 4.65 -
YUV 142.38 48.78 152.7 -
System Red Green Blue C M Y K H S L
Decimal 177 152 2 0 0.14 0.99 0.31 51.43 0.98 0.35
Hex B1 98 2 0 E 63 1F 33 62 23
Octal 261 230 2 0 16 143 37 63 142 43
Binary 10110001 10011000 10 0 1110 1100011 11111 110011 1100010 100011

Color Harmonies of #B19802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19802

Black with #B19802

Text Example


Text Example

White with #B19802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19802; }

 p { color: rgb(177,152,2); }

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

background-color css

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

 a { background-color: rgb(177,152,2); }

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

border-color css

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

 span { border-color: rgb(177,152,2); }

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