Html Css Color HEX #B16703 Golden Brown

📋 copy color: '#B16703'

red 177 ◦ green 103 ◦ blue 3

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

Shades of Golden Brown #B16703

Tints of Golden Brown #B16703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.06%

R = 62.54%
G = 36.4%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B16703 (or 0xB16703) is known color: Golden Brown. HEX triplet: B1, 67 and 03. RGB value is (177,103,3). Sum of RGB (Red+Green+Blue) = 177+103+3=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 3 (1.56% from 255 or 1.06% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B16703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16703 is #4E98FC. Grayscale: #727272. Windows color (decimal): -5150973 or 223153. OLE color: 223153.

HSL color Cylindrical-coordinate representation of color #B16703: hue angle of 34.48º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B16703 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 103 3 -
CMYK 0 0.42 0.98 0.31
HSL 34.48º 0.97% 0.35% -
HSV(B) 34.48º 0.98% 0.69% -
XYZ 23 19.05 2.55 -
YUV 113.73 65.52 173.13 -
System Red Green Blue C M Y K H S L
Decimal 177 103 3 0 0.42 0.98 0.31 34.48 0.97 0.35
Hex B1 67 3 0 2A 62 1F 22 61 23
Octal 261 147 3 0 52 142 37 42 141 43
Binary 10110001 1100111 11 0 101010 1100010 11111 100010 1100001 100011

Color Harmonies of #B16703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16703

Black with #B16703

Text Example


Text Example

White with #B16703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16703; }

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

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

background-color css

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

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

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

border-color css

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

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

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