Html Css Color HEX #B18502 Dark Goldenrod

📋 copy color: '#B18502'

red 177 ◦ green 133 ◦ blue 2

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

Shades of Dark Goldenrod #B18502

Tints of Dark Goldenrod #B18502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.63%

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

R = 56.73%
G = 42.63%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B18502 (or 0xB18502) is known color: Dark Goldenrod. HEX triplet: B1, 85 and 02. RGB value is (177,133,2). Sum of RGB (Red+Green+Blue) = 177+133+2=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B18502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18502 is #4E7AFD. Grayscale: #838383. Windows color (decimal): -5143294 or 165297. OLE color: 165297.

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

Color convert

RGB 177 133 2 -
CMYK 0 0.25 0.99 0.31
HSL 44.91º 0.98% 0.35% -
HSV(B) 44.91º 0.99% 0.69% -
XYZ 26.53 26.13 3.7 -
YUV 131.22 55.08 160.65 -
System Red Green Blue C M Y K H S L
Decimal 177 133 2 0 0.25 0.99 0.31 44.91 0.98 0.35
Hex B1 85 2 0 19 63 1F 2D 62 23
Octal 261 205 2 0 31 143 37 55 142 43
Binary 10110001 10000101 10 0 11001 1100011 11111 101101 1100010 100011

Color Harmonies of #B18502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18502

Black with #B18502

Text Example


Text Example

White with #B18502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18502; }

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

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

background-color css

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

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

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

border-color css

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

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

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