Html Css Color HEX #B0322F Brown

📋 copy color: '#B0322F'

red 176 ◦ green 50 ◦ blue 47

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

Shades of Brown #B0322F

Tints of Brown #B0322F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.32%

 BLUE value IS 47 (18.75% from 255) = 17.22%

R = 64.47%
G = 18.32%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0322F (or 0xB0322F) is known color: Brown. HEX triplet: B0, 32 and 2F. RGB value is (176,50,47). Sum of RGB (Red+Green+Blue) = 176+50+47=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B0322F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0322F is #4FCDD0. Grayscale: #575757. Windows color (decimal): -5230033 or 3093168. OLE color: 3093168.

HSL color Cylindrical-coordinate representation of color #B0322F: hue angle of 1.4º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0322F is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 50 47 -
CMYK 0 0.72 0.73 0.31
HSL 1.4º 0.58% 0.44% -
HSV(B) 1.4º 0.73% 0.69% -
XYZ 19.56 11.72 3.92 -
YUV 87.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 176 50 47 0 0.72 0.73 0.31 1.4 0.58 0.44
Hex B0 32 2F 0 48 49 1F 1 3A 2C
Octal 260 62 57 0 110 111 37 1 72 54
Binary 10110000 110010 101111 0 1001000 1001001 11111 1 111010 101100

Color Harmonies of #B0322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0322F

Black with #B0322F

Text Example


Text Example

White with #B0322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0322F; }

 p { color: rgb(176,50,47); }

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

background-color css

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

 a { background-color: rgb(176,50,47); }

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

border-color css

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

 span { border-color: rgb(176,50,47); }

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