Html Css Color HEX #B2302F Brown

📋 copy color: '#B2302F'

red 178 ◦ green 48 ◦ blue 47

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

Shades of Brown #B2302F

Tints of Brown #B2302F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.58%

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

R = 65.2%
G = 17.58%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2302F (or 0xB2302F) is known color: Brown. HEX triplet: B2, 30 and 2F. RGB value is (178,48,47). Sum of RGB (Red+Green+Blue) = 178+48+47=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B2302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2302F is #4DCFD0. Grayscale: #565656. Windows color (decimal): -5099473 or 3092658. OLE color: 3092658.

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

Color convert

RGB 178 48 47 -
CMYK 0 0.73 0.74 0.30
HSL 0.46º 0.58% 0.44% -
HSV(B) 0.46º 0.74% 0.7% -
XYZ 19.93 11.78 3.91 -
YUV 86.76 105.57 193.08 -
System Red Green Blue C M Y K H S L
Decimal 178 48 47 0 0.73 0.74 0.30 0.46 0.58 0.44
Hex B2 30 2F 0 49 4A 1E 0 3A 2C
Octal 262 60 57 0 111 112 36 0 72 54
Binary 10110010 110000 101111 0 1001001 1001010 11110 0 111010 101100

Color Harmonies of #B2302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2302F

Black with #B2302F

Text Example


Text Example

White with #B2302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2302F; }

 p { color: rgb(178,48,47); }

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

background-color css

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

 a { background-color: rgb(178,48,47); }

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

border-color css

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

 span { border-color: rgb(178,48,47); }

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