Html Css Color HEX #B23328 Brown

📋 copy color: '#B23328'

red 178 ◦ green 51 ◦ blue 40

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

Shades of Brown #B23328

Tints of Brown #B23328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.87%

R = 66.17%
G = 18.96%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B23328 (or 0xB23328) is known color: Brown. HEX triplet: B2, 33 and 28. RGB value is (178,51,40). Sum of RGB (Red+Green+Blue) = 178+51+40=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B23328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23328 is #4DCCD7. Grayscale: #575757. Windows color (decimal): -5098712 or 2634674. OLE color: 2634674.

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

Color convert

RGB 178 51 40 -
CMYK 0 0.71 0.78 0.30
HSL 4.78º 0.63% 0.43% -
HSV(B) 4.78º 0.78% 0.7% -
XYZ 19.93 11.99 3.27 -
YUV 87.72 101.08 192.39 -
System Red Green Blue C M Y K H S L
Decimal 178 51 40 0 0.71 0.78 0.30 4.78 0.63 0.43
Hex B2 33 28 0 47 4E 1E 5 3F 2B
Octal 262 63 50 0 107 116 36 5 77 53
Binary 10110010 110011 101000 0 1000111 1001110 11110 101 111111 101011

Color Harmonies of #B23328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23328

Black with #B23328

Text Example


Text Example

White with #B23328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23328; }

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

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

background-color css

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

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

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

border-color css

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

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

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