Html Css Color HEX #B16B0B Golden Brown

📋 copy color: '#B16B0B'

red 177 ◦ green 107 ◦ blue 11

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

Shades of Golden Brown #B16B0B

Tints of Golden Brown #B16B0B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.27%

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

R = 60%
G = 36.27%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B16B0B (or 0xB16B0B) is known color: Golden Brown. HEX triplet: B1, 6B and 0B. RGB value is (177,107,11). Sum of RGB (Red+Green+Blue) = 177+107+11=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16B0B is #4E94F4. Grayscale: #757575. Windows color (decimal): -5149941 or 748465. OLE color: 748465.

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

Color convert

RGB 177 107 11 -
CMYK 0 0.40 0.94 0.31
HSL 34.7º 0.88% 0.37% -
HSV(B) 34.7º 0.94% 0.69% -
XYZ 23.45 19.89 2.92 -
YUV 116.99 68.19 170.81 -
System Red Green Blue C M Y K H S L
Decimal 177 107 11 0 0.40 0.94 0.31 34.7 0.88 0.37
Hex B1 6B B 0 28 5E 1F 23 58 25
Octal 261 153 13 0 50 136 37 43 130 45
Binary 10110001 1101011 1011 0 101000 1011110 11111 100011 1011000 100101

Color Harmonies of #B16B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16B0B

Black with #B16B0B

Text Example


Text Example

White with #B16B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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