Html Css Color HEX #B13223 Brown

📋 copy color: '#B13223'

red 177 ◦ green 50 ◦ blue 35

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

Shades of Brown #B13223

Tints of Brown #B13223

RGB

 RED value IS 177 (69.53% from 255) = 67.56%

 GREEN value IS 50 (19.92% from 255) = 19.08%

 BLUE value IS 35 (14.06% from 255) = 13.36%

R = 67.56%
G = 19.08%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B13223 (or 0xB13223) is known color: Brown. HEX triplet: B1, 32 and 23. RGB value is (177,50,35). Sum of RGB (Red+Green+Blue) = 177+50+35=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B13223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13223 is #4ECDDC. Grayscale: #565656. Windows color (decimal): -5164509 or 2306737. OLE color: 2306737.

HSL color Cylindrical-coordinate representation of color #B13223: hue angle of 6.34º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B13223 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 50 35 -
CMYK 0 0.72 0.80 0.31
HSL 6.34º 0.67% 0.42% -
HSV(B) 6.34º 0.8% 0.69% -
XYZ 19.58 11.75 2.83 -
YUV 86.26 99.08 192.72 -
System Red Green Blue C M Y K H S L
Decimal 177 50 35 0 0.72 0.80 0.31 6.34 0.67 0.42
Hex B1 32 23 0 48 50 1F 6 43 2A
Octal 261 62 43 0 110 120 37 6 103 52
Binary 10110001 110010 100011 0 1001000 1010000 11111 110 1000011 101010

Color Harmonies of #B13223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13223

Black with #B13223

Text Example


Text Example

White with #B13223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13223; }

 p { color: rgb(177,50,35); }

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

background-color css

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

 a { background-color: rgb(177,50,35); }

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

border-color css

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

 span { border-color: rgb(177,50,35); }

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