Html Css Color HEX #B18002 Dark Goldenrod

📋 copy color: '#B18002'

red 177 ◦ green 128 ◦ blue 2

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

Shades of Dark Goldenrod #B18002

Tints of Dark Goldenrod #B18002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.69%

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

R = 57.65%
G = 41.69%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B18002 (or 0xB18002) is known color: Dark Goldenrod. HEX triplet: B1, 80 and 02. RGB value is (177,128,2). Sum of RGB (Red+Green+Blue) = 177+128+2=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B18002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18002 is #4E7FFD. Grayscale: #808080. Windows color (decimal): -5144574 or 164017. OLE color: 164017.

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

Color convert

RGB 177 128 2 -
CMYK 0 0.28 0.99 0.31
HSL 43.2º 0.98% 0.35% -
HSV(B) 43.2º 0.99% 0.69% -
XYZ 25.86 24.79 3.48 -
YUV 128.29 56.73 162.75 -
System Red Green Blue C M Y K H S L
Decimal 177 128 2 0 0.28 0.99 0.31 43.2 0.98 0.35
Hex B1 80 2 0 1C 63 1F 2B 62 23
Octal 261 200 2 0 34 143 37 53 142 43
Binary 10110001 10000000 10 0 11100 1100011 11111 101011 1100010 100011

Color Harmonies of #B18002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18002

Black with #B18002

Text Example


Text Example

White with #B18002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18002; }

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

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

background-color css

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

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

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

border-color css

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

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

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