Html Css Color HEX #B1610B Golden Brown

📋 copy color: '#B1610B'

red 177 ◦ green 97 ◦ blue 11

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

Shades of Golden Brown #B1610B

Tints of Golden Brown #B1610B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.04%

 BLUE value IS 11 (4.69% from 255) = 3.86%

R = 62.11%
G = 34.04%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1610B (or 0xB1610B) is known color: Golden Brown. HEX triplet: B1, 61 and 0B. RGB value is (177,97,11). Sum of RGB (Red+Green+Blue) = 177+97+11=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B1610B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1610B is #4E9EF4. Grayscale: #6F6F6F. Windows color (decimal): -5152501 or 745905. OLE color: 745905.

HSL color Cylindrical-coordinate representation of color #B1610B: hue angle of 31.08º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1610B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 97 11 -
CMYK 0 0.45 0.94 0.31
HSL 31.08º 0.88% 0.37% -
HSV(B) 31.08º 0.94% 0.69% -
XYZ 22.47 17.92 2.59 -
YUV 111.12 71.5 174.99 -
System Red Green Blue C M Y K H S L
Decimal 177 97 11 0 0.45 0.94 0.31 31.08 0.88 0.37
Hex B1 61 B 0 2D 5E 1F 1F 58 25
Octal 261 141 13 0 55 136 37 37 130 45
Binary 10110001 1100001 1011 0 101101 1011110 11111 11111 1011000 100101

Color Harmonies of #B1610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1610B

Black with #B1610B

Text Example


Text Example

White with #B1610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1610B; }

 p { color: rgb(177,97,11); }

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

background-color css

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

 a { background-color: rgb(177,97,11); }

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

border-color css

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

 span { border-color: rgb(177,97,11); }

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