Html Css Color HEX #B16503 Golden Brown

📋 copy color: '#B16503'

red 177 ◦ green 101 ◦ blue 3

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

Shades of Golden Brown #B16503

Tints of Golden Brown #B16503

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.94%

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

R = 62.99%
G = 35.94%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B16503 (or 0xB16503) is known color: Golden Brown. HEX triplet: B1, 65 and 03. RGB value is (177,101,3). Sum of RGB (Red+Green+Blue) = 177+101+3=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B16503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16503 is #4E9AFC. Grayscale: #717171. Windows color (decimal): -5151485 or 222641. OLE color: 222641.

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

Color convert

RGB 177 101 3 -
CMYK 0 0.43 0.98 0.31
HSL 33.79º 0.97% 0.35% -
HSV(B) 33.79º 0.98% 0.69% -
XYZ 22.8 18.66 2.49 -
YUV 112.55 66.18 173.97 -
System Red Green Blue C M Y K H S L
Decimal 177 101 3 0 0.43 0.98 0.31 33.79 0.97 0.35
Hex B1 65 3 0 2B 62 1F 22 61 23
Octal 261 145 3 0 53 142 37 42 141 43
Binary 10110001 1100101 11 0 101011 1100010 11111 100010 1100001 100011

Color Harmonies of #B16503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16503

Black with #B16503

Text Example


Text Example

White with #B16503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16503; }

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

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

background-color css

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

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

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

border-color css

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

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

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