Html Css Color HEX #B0332B Brown

📋 copy color: '#B0332B'

red 176 ◦ green 51 ◦ blue 43

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

Shades of Brown #B0332B

Tints of Brown #B0332B

RGB

 RED value IS 176 (69.14% from 255) = 65.19%

 GREEN value IS 51 (20.31% from 255) = 18.89%

 BLUE value IS 43 (17.19% from 255) = 15.93%

R = 65.19%
G = 18.89%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0332B (or 0xB0332B) is known color: Brown. HEX triplet: B0, 33 and 2B. RGB value is (176,51,43). Sum of RGB (Red+Green+Blue) = 176+51+43=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B0332B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0332B is #4FCCD4. Grayscale: #575757. Windows color (decimal): -5229781 or 2831280. OLE color: 2831280.

HSL color Cylindrical-coordinate representation of color #B0332B: hue angle of 3.61º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0332B is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 51 43 -
CMYK 0 0.71 0.76 0.31
HSL 3.61º 0.61% 0.43% -
HSV(B) 3.61º 0.76% 0.69% -
XYZ 19.52 11.77 3.53 -
YUV 87.46 102.91 191.15 -
System Red Green Blue C M Y K H S L
Decimal 176 51 43 0 0.71 0.76 0.31 3.61 0.61 0.43
Hex B0 33 2B 0 47 4C 1F 4 3D 2B
Octal 260 63 53 0 107 114 37 4 75 53
Binary 10110000 110011 101011 0 1000111 1001100 11111 100 111101 101011

Color Harmonies of #B0332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0332B

Black with #B0332B

Text Example


Text Example

White with #B0332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0332B; }

 p { color: rgb(176,51,43); }

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

background-color css

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

 a { background-color: rgb(176,51,43); }

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

border-color css

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

 span { border-color: rgb(176,51,43); }

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