Html Css Color HEX #B16602 Golden Brown

📋 copy color: '#B16602'

red 177 ◦ green 102 ◦ blue 2

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

Shades of Golden Brown #B16602

Tints of Golden Brown #B16602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.3%

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

R = 62.99%
G = 36.3%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B16602 (or 0xB16602) is known color: Golden Brown. HEX triplet: B1, 66 and 02. RGB value is (177,102,2). Sum of RGB (Red+Green+Blue) = 177+102+2=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B16602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16602 is #4E99FD. Grayscale: #717171. Windows color (decimal): -5151230 or 157361. OLE color: 157361.

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

Color convert

RGB 177 102 2 -
CMYK 0 0.42 0.99 0.31
HSL 34.29º 0.98% 0.35% -
HSV(B) 34.29º 0.99% 0.69% -
XYZ 22.89 18.85 2.49 -
YUV 113.03 65.35 173.63 -
System Red Green Blue C M Y K H S L
Decimal 177 102 2 0 0.42 0.99 0.31 34.29 0.98 0.35
Hex B1 66 2 0 2A 63 1F 22 62 23
Octal 261 146 2 0 52 143 37 42 142 43
Binary 10110001 1100110 10 0 101010 1100011 11111 100010 1100010 100011

Color Harmonies of #B16602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16602

Black with #B16602

Text Example


Text Example

White with #B16602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16602; }

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

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

background-color css

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

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

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

border-color css

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

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

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