Html Css Color HEX #B18602 Dark Goldenrod

📋 copy color: '#B18602'

red 177 ◦ green 134 ◦ blue 2

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

Shades of Dark Goldenrod #B18602

Tints of Dark Goldenrod #B18602

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.81%

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

R = 56.55%
G = 42.81%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B18602 (or 0xB18602) is known color: Dark Goldenrod. HEX triplet: B1, 86 and 02. RGB value is (177,134,2). Sum of RGB (Red+Green+Blue) = 177+134+2=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B18602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18602 is #4E79FD. Grayscale: #848484. Windows color (decimal): -5143038 or 165553. OLE color: 165553.

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

Color convert

RGB 177 134 2 -
CMYK 0 0.24 0.99 0.31
HSL 45.26º 0.98% 0.35% -
HSV(B) 45.26º 0.99% 0.69% -
XYZ 26.67 26.4 3.75 -
YUV 131.81 54.75 160.23 -
System Red Green Blue C M Y K H S L
Decimal 177 134 2 0 0.24 0.99 0.31 45.26 0.98 0.35
Hex B1 86 2 0 18 63 1F 2D 62 23
Octal 261 206 2 0 30 143 37 55 142 43
Binary 10110001 10000110 10 0 11000 1100011 11111 101101 1100010 100011

Color Harmonies of #B18602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18602

Black with #B18602

Text Example


Text Example

White with #B18602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18602; }

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

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

background-color css

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

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

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

border-color css

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

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

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