Html Css Color HEX #B23325 Brown

📋 copy color: '#B23325'

red 178 ◦ green 51 ◦ blue 37

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

Shades of Brown #B23325

Tints of Brown #B23325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.91%

R = 66.92%
G = 19.17%
B = 13.91%

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

#B23325 (or 0xB23325) is known color: Brown. HEX triplet: B2, 33 and 25. RGB value is (178,51,37). Sum of RGB (Red+Green+Blue) = 178+51+37=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B23325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23325 is #4DCCDA. Grayscale: #575757. Windows color (decimal): -5098715 or 2438066. OLE color: 2438066.

HSL color Cylindrical-coordinate representation of color #B23325: hue angle of 5.96º degrees, saturation: 0.66, 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 #B23325 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 51 37 -
CMYK 0 0.71 0.79 0.30
HSL 5.96º 0.66% 0.42% -
HSV(B) 5.96º 0.79% 0.7% -
XYZ 19.88 11.97 3.01 -
YUV 87.38 99.58 192.64 -
System Red Green Blue C M Y K H S L
Decimal 178 51 37 0 0.71 0.79 0.30 5.96 0.66 0.42
Hex B2 33 25 0 47 4F 1E 6 42 2A
Octal 262 63 45 0 107 117 36 6 102 52
Binary 10110010 110011 100101 0 1000111 1001111 11110 110 1000010 101010

Color Harmonies of #B23325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23325

Black with #B23325

Text Example


Text Example

White with #B23325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23325; }

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

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

background-color css

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

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

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

border-color css

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

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

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