Html Css Color HEX #B0332C Brown

📋 copy color: '#B0332C'

red 176 ◦ green 51 ◦ blue 44

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

Shades of Brown #B0332C

Tints of Brown #B0332C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.24%

R = 64.94%
G = 18.82%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0332C (or 0xB0332C) is known color: Brown. HEX triplet: B0, 33 and 2C. RGB value is (176,51,44). Sum of RGB (Red+Green+Blue) = 176+51+44=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B0332C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0332C is #4FCCD3. Grayscale: #575757. Windows color (decimal): -5229780 or 2896816. OLE color: 2896816.

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

Color convert

RGB 176 51 44 -
CMYK 0 0.71 0.75 0.31
HSL 3.18º 0.6% 0.43% -
HSV(B) 3.18º 0.75% 0.69% -
XYZ 19.54 11.78 3.63 -
YUV 87.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 176 51 44 0 0.71 0.75 0.31 3.18 0.6 0.43
Hex B0 33 2C 0 47 4B 1F 3 3C 2B
Octal 260 63 54 0 107 113 37 3 74 53
Binary 10110000 110011 101100 0 1000111 1001011 11111 11 111100 101011

Color Harmonies of #B0332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0332C

Black with #B0332C

Text Example


Text Example

White with #B0332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0332C; }

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

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

background-color css

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

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

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

border-color css

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

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

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