Html Css Color HEX #B5302F Brown

📋 copy color: '#B5302F'

red 181 ◦ green 48 ◦ blue 47

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

Shades of Brown #B5302F

Tints of Brown #B5302F

RGB

 RED value IS 181 (71.09% from 255) = 65.58%

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

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

R = 65.58%
G = 17.39%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B5302F (or 0xB5302F) is known color: Brown. HEX triplet: B5, 30 and 2F. RGB value is (181,48,47). Sum of RGB (Red+Green+Blue) = 181+48+47=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5302F is #4ACFD0. Grayscale: #575757. Windows color (decimal): -4902865 or 3092661. OLE color: 3092661.

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

Color convert

RGB 181 48 47 -
CMYK 0 0.73 0.74 0.29
HSL 0.45º 0.59% 0.45% -
HSV(B) 0.45º 0.74% 0.71% -
XYZ 20.63 12.14 3.95 -
YUV 87.65 105.06 194.58 -
System Red Green Blue C M Y K H S L
Decimal 181 48 47 0 0.73 0.74 0.29 0.45 0.59 0.45
Hex B5 30 2F 0 49 4A 1D 0 3B 2D
Octal 265 60 57 0 111 112 35 0 73 55
Binary 10110101 110000 101111 0 1001001 1001010 11101 0 111011 101101

Color Harmonies of #B5302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5302F

Black with #B5302F

Text Example


Text Example

White with #B5302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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