Html Css Color HEX #B18902 Dark Goldenrod

📋 copy color: '#B18902'

red 177 ◦ green 137 ◦ blue 2

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

Shades of Dark Goldenrod #B18902

Tints of Dark Goldenrod #B18902

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.35%

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

R = 56.01%
G = 43.35%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B18902 (or 0xB18902) is known color: Dark Goldenrod. HEX triplet: B1, 89 and 02. RGB value is (177,137,2). Sum of RGB (Red+Green+Blue) = 177+137+2=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B18902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18902 is #4E76FD. Grayscale: #868686. Windows color (decimal): -5142270 or 166321. OLE color: 166321.

HSL color Cylindrical-coordinate representation of color #B18902: hue angle of 46.29º 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 #B18902 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 137 2 -
CMYK 0 0.23 0.99 0.31
HSL 46.29º 0.98% 0.35% -
HSV(B) 46.29º 0.99% 0.69% -
XYZ 27.09 27.24 3.89 -
YUV 133.57 53.75 158.98 -
System Red Green Blue C M Y K H S L
Decimal 177 137 2 0 0.23 0.99 0.31 46.29 0.98 0.35
Hex B1 89 2 0 17 63 1F 2E 62 23
Octal 261 211 2 0 27 143 37 56 142 43
Binary 10110001 10001001 10 0 10111 1100011 11111 101110 1100010 100011

Color Harmonies of #B18902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18902

Black with #B18902

Text Example


Text Example

White with #B18902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18902; }

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

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

background-color css

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

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

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

border-color css

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

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

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