Html Css Color HEX #B23523 Brown

📋 copy color: '#B23523'

red 178 ◦ green 53 ◦ blue 35

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

Shades of Brown #B23523

Tints of Brown #B23523

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.92%

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

R = 66.92%
G = 19.92%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B23523 (or 0xB23523) is known color: Brown. HEX triplet: B2, 35 and 23. RGB value is (178,53,35). Sum of RGB (Red+Green+Blue) = 178+53+35=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B23523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23523 is #4DCADC. Grayscale: #585858. Windows color (decimal): -5098205 or 2307506. OLE color: 2307506.

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

Color convert

RGB 178 53 35 -
CMYK 0 0.70 0.80 0.30
HSL 7.55º 0.67% 0.42% -
HSV(B) 7.55º 0.8% 0.7% -
XYZ 19.94 12.13 2.88 -
YUV 88.32 97.91 191.96 -
System Red Green Blue C M Y K H S L
Decimal 178 53 35 0 0.70 0.80 0.30 7.55 0.67 0.42
Hex B2 35 23 0 46 50 1E 8 43 2A
Octal 262 65 43 0 106 120 36 10 103 52
Binary 10110010 110101 100011 0 1000110 1010000 11110 1000 1000011 101010

Color Harmonies of #B23523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23523

Black with #B23523

Text Example


Text Example

White with #B23523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23523; }

 p { color: rgb(178,53,35); }

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

background-color css

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

 a { background-color: rgb(178,53,35); }

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

border-color css

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

 span { border-color: rgb(178,53,35); }

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