Html Css Color HEX #B16702 Golden Brown

📋 copy color: '#B16702'

red 177 ◦ green 103 ◦ blue 2

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

Shades of Golden Brown #B16702

Tints of Golden Brown #B16702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.52%

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

R = 62.77%
G = 36.52%
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

#B16702 (or 0xB16702) is known color: Golden Brown. HEX triplet: B1, 67 and 02. RGB value is (177,103,2). Sum of RGB (Red+Green+Blue) = 177+103+2=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B16702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16702 is #4E98FD. Grayscale: #727272. Windows color (decimal): -5150974 or 157617. OLE color: 157617.

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

Color convert

RGB 177 103 2 -
CMYK 0 0.42 0.99 0.31
HSL 34.63º 0.98% 0.35% -
HSV(B) 34.63º 0.99% 0.69% -
XYZ 22.99 19.05 2.52 -
YUV 113.61 65.02 173.21 -
System Red Green Blue C M Y K H S L
Decimal 177 103 2 0 0.42 0.99 0.31 34.63 0.98 0.35
Hex B1 67 2 0 2A 63 1F 23 62 23
Octal 261 147 2 0 52 143 37 43 142 43
Binary 10110001 1100111 10 0 101010 1100011 11111 100011 1100010 100011

Color Harmonies of #B16702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16702

Black with #B16702

Text Example


Text Example

White with #B16702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16702; }

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

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

background-color css

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

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

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

border-color css

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

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

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