Html Css Color HEX #B0332D Brown

📋 copy color: '#B0332D'

red 176 ◦ green 51 ◦ blue 45

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

Shades of Brown #B0332D

Tints of Brown #B0332D

RGB

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

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

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

R = 64.71%
G = 18.75%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0332D (or 0xB0332D) is known color: Brown. HEX triplet: B0, 33 and 2D. RGB value is (176,51,45). Sum of RGB (Red+Green+Blue) = 176+51+45=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B0332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0332D is #4FCCD2. Grayscale: #575757. Windows color (decimal): -5229779 or 2962352. OLE color: 2962352.

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

Color convert

RGB 176 51 45 -
CMYK 0 0.71 0.74 0.31
HSL 2.75º 0.59% 0.43% -
HSV(B) 2.75º 0.74% 0.69% -
XYZ 19.56 11.79 3.73 -
YUV 87.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 176 51 45 0 0.71 0.74 0.31 2.75 0.59 0.43
Hex B0 33 2D 0 47 4A 1F 3 3B 2B
Octal 260 63 55 0 107 112 37 3 73 53
Binary 10110000 110011 101101 0 1000111 1001010 11111 11 111011 101011

Color Harmonies of #B0332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0332D

Black with #B0332D

Text Example


Text Example

White with #B0332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0332D; }

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

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

background-color css

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

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

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

border-color css

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

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

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