Html Css Color HEX #B23326 Brown

📋 copy color: '#B23326'

red 178 ◦ green 51 ◦ blue 38

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

Shades of Brown #B23326

Tints of Brown #B23326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.23%

R = 66.67%
G = 19.1%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B23326 (or 0xB23326) is known color: Brown. HEX triplet: B2, 33 and 26. RGB value is (178,51,38). Sum of RGB (Red+Green+Blue) = 178+51+38=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B23326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23326 is #4DCCD9. Grayscale: #575757. Windows color (decimal): -5098714 or 2503602. OLE color: 2503602.

HSL color Cylindrical-coordinate representation of color #B23326: hue angle of 5.57º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B23326 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 51 38 -
CMYK 0 0.71 0.79 0.30
HSL 5.57º 0.65% 0.42% -
HSV(B) 5.57º 0.79% 0.7% -
XYZ 19.89 11.97 3.1 -
YUV 87.49 100.08 192.56 -
System Red Green Blue C M Y K H S L
Decimal 178 51 38 0 0.71 0.79 0.30 5.57 0.65 0.42
Hex B2 33 26 0 47 4F 1E 6 41 2A
Octal 262 63 46 0 107 117 36 6 101 52
Binary 10110010 110011 100110 0 1000111 1001111 11110 110 1000001 101010

Color Harmonies of #B23326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23326

Black with #B23326

Text Example


Text Example

White with #B23326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23326; }

 p { color: rgb(178,51,38); }

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

background-color css

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

 a { background-color: rgb(178,51,38); }

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

border-color css

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

 span { border-color: rgb(178,51,38); }

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