Html Css Color HEX #B18302 Dark Goldenrod

📋 copy color: '#B18302'

red 177 ◦ green 131 ◦ blue 2

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

Shades of Dark Goldenrod #B18302

Tints of Dark Goldenrod #B18302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.26%

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

R = 57.1%
G = 42.26%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B18302 (or 0xB18302) is known color: Dark Goldenrod. HEX triplet: B1, 83 and 02. RGB value is (177,131,2). Sum of RGB (Red+Green+Blue) = 177+131+2=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B18302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18302 is #4E7CFD. Grayscale: #828282. Windows color (decimal): -5143806 or 164785. OLE color: 164785.

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

Color convert

RGB 177 131 2 -
CMYK 0 0.26 0.99 0.31
HSL 44.23º 0.98% 0.35% -
HSV(B) 44.23º 0.99% 0.69% -
XYZ 26.26 25.58 3.61 -
YUV 130.05 55.74 161.49 -
System Red Green Blue C M Y K H S L
Decimal 177 131 2 0 0.26 0.99 0.31 44.23 0.98 0.35
Hex B1 83 2 0 1A 63 1F 2C 62 23
Octal 261 203 2 0 32 143 37 54 142 43
Binary 10110001 10000011 10 0 11010 1100011 11111 101100 1100010 100011

Color Harmonies of #B18302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18302

Black with #B18302

Text Example


Text Example

White with #B18302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18302; }

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

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

background-color css

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

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

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

border-color css

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

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

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