Html Css Color HEX #B2312D Brown

📋 copy color: '#B2312D'

red 178 ◦ green 49 ◦ blue 45

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

Shades of Brown #B2312D

Tints of Brown #B2312D

RGB

 RED value IS 178 (69.92% from 255) = 65.44%

 GREEN value IS 49 (19.53% from 255) = 18.01%

 BLUE value IS 45 (17.97% from 255) = 16.54%

R = 65.44%
G = 18.01%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2312D (or 0xB2312D) is known color: Brown. HEX triplet: B2, 31 and 2D. RGB value is (178,49,45). Sum of RGB (Red+Green+Blue) = 178+49+45=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B2312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2312D is #4DCED2. Grayscale: #575757. Windows color (decimal): -5099219 or 2961842. OLE color: 2961842.

HSL color Cylindrical-coordinate representation of color #B2312D: hue angle of 1.8º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2312D is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 49 45 -
CMYK 0 0.72 0.75 0.30
HSL 1.8º 0.6% 0.44% -
HSV(B) 1.8º 0.75% 0.7% -
XYZ 19.93 11.85 3.72 -
YUV 87.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 178 49 45 0 0.72 0.75 0.30 1.8 0.6 0.44
Hex B2 31 2D 0 48 4B 1E 2 3C 2C
Octal 262 61 55 0 110 113 36 2 74 54
Binary 10110010 110001 101101 0 1001000 1001011 11110 10 111100 101100

Color Harmonies of #B2312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2312D

Black with #B2312D

Text Example


Text Example

White with #B2312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2312D; }

 p { color: rgb(178,49,45); }

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

background-color css

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

 a { background-color: rgb(178,49,45); }

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

border-color css

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

 span { border-color: rgb(178,49,45); }

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