Html Css Color HEX #B23742 Old Rose

📋 copy color: '#B23742'

red 178 ◦ green 55 ◦ blue 66

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

Shades of Old Rose #B23742

Tints of Old Rose #B23742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.39%

 BLUE value IS 66 (26.17% from 255) = 22.07%

R = 59.53%
G = 18.39%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B23742 (or 0xB23742) is known color: Old Rose. HEX triplet: B2, 37 and 42. RGB value is (178,55,66). Sum of RGB (Red+Green+Blue) = 178+55+66=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B23742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23742 is #4DC8BD. Grayscale: #5D5D5D. Windows color (decimal): -5097662 or 4339634. OLE color: 4339634.

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

Color convert

RGB 178 55 66 -
CMYK 0 0.69 0.63 0.30
HSL 354.63º 0.53% 0.46% -
HSV(B) 354.63º 0.69% 0.7% -
XYZ 20.71 12.59 6.49 -
YUV 93.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 178 55 66 0 0.69 0.63 0.30 354.63 0.53 0.46
Hex B2 37 42 0 45 3F 1E 163 35 2E
Octal 262 67 102 0 105 77 36 543 65 56
Binary 10110010 110111 1000010 0 1000101 111111 11110 101100011 110101 101110

Color Harmonies of #B23742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23742

Black with #B23742

Text Example


Text Example

White with #B23742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23742; }

 p { color: rgb(178,55,66); }

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

background-color css

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

 a { background-color: rgb(178,55,66); }

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

border-color css

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

 span { border-color: rgb(178,55,66); }

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