Html Css Color HEX #B23E44 Old Rose

📋 copy color: '#B23E44'

red 178 ◦ green 62 ◦ blue 68

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

Shades of Old Rose #B23E44

Tints of Old Rose #B23E44

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.13%

 BLUE value IS 68 (26.95% from 255) = 22.08%

R = 57.79%
G = 20.13%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B23E44 (or 0xB23E44) is known color: Old Rose. HEX triplet: B2, 3E and 44. RGB value is (178,62,68). Sum of RGB (Red+Green+Blue) = 178+62+68=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23E44 is #4DC1BB. Grayscale: #616161. Windows color (decimal): -5095868 or 4472498. OLE color: 4472498.

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

Color convert

RGB 178 62 68 -
CMYK 0 0.65 0.62 0.30
HSL 356.9º 0.48% 0.47% -
HSV(B) 356.9º 0.65% 0.7% -
XYZ 21.13 13.33 6.93 -
YUV 97.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 178 62 68 0 0.65 0.62 0.30 356.9 0.48 0.47
Hex B2 3E 44 0 41 3E 1E 165 30 2F
Octal 262 76 104 0 101 76 36 545 60 57
Binary 10110010 111110 1000100 0 1000001 111110 11110 101100101 110000 101111

Color Harmonies of #B23E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23E44

Black with #B23E44

Text Example


Text Example

White with #B23E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23E44; }

 p { color: rgb(178,62,68); }

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

background-color css

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

 a { background-color: rgb(178,62,68); }

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

border-color css

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

 span { border-color: rgb(178,62,68); }

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