Html Css Color HEX #B5302E Brown

📋 copy color: '#B5302E'

red 181 ◦ green 48 ◦ blue 46

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

Shades of Brown #B5302E

Tints of Brown #B5302E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.73%

R = 65.82%
G = 17.45%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5302E (or 0xB5302E) is known color: Brown. HEX triplet: B5, 30 and 2E. RGB value is (181,48,46). Sum of RGB (Red+Green+Blue) = 181+48+46=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B5302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5302E is #4ACFD1. Grayscale: #575757. Windows color (decimal): -4902866 or 3027125. OLE color: 3027125.

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

Color convert

RGB 181 48 46 -
CMYK 0 0.73 0.75 0.29
HSL 0.89º 0.59% 0.45% -
HSV(B) 0.89º 0.75% 0.71% -
XYZ 20.61 12.13 3.84 -
YUV 87.54 104.56 194.66 -
System Red Green Blue C M Y K H S L
Decimal 181 48 46 0 0.73 0.75 0.29 0.89 0.59 0.45
Hex B5 30 2E 0 49 4B 1D 1 3B 2D
Octal 265 60 56 0 111 113 35 1 73 55
Binary 10110101 110000 101110 0 1001001 1001011 11101 1 111011 101101

Color Harmonies of #B5302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5302E

Black with #B5302E

Text Example


Text Example

White with #B5302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5302E; }

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

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

background-color css

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

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

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

border-color css

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

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

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