Html Css Color HEX #B23760 Rouge

📋 copy color: '#B23760'

red 178 ◦ green 55 ◦ blue 96

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

Shades of Rouge #B23760

Tints of Rouge #B23760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.18%

R = 54.1%
G = 16.72%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B23760 (or 0xB23760) is known color: Rouge. HEX triplet: B2, 37 and 60. RGB value is (178,55,96). Sum of RGB (Red+Green+Blue) = 178+55+96=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B23760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23760 is #4DC89F. Grayscale: #606060. Windows color (decimal): -5097632 or 6305714. OLE color: 6305714.

HSL color Cylindrical-coordinate representation of color #B23760: hue angle of 340º 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 #B23760 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 55 96 -
CMYK 0 0.69 0.46 0.30
HSL 340º 0.53% 0.46% -
HSV(B) 340º 0.69% 0.7% -
XYZ 21.84 13.04 12.43 -
YUV 96.45 127.75 186.17 -
System Red Green Blue C M Y K H S L
Decimal 178 55 96 0 0.69 0.46 0.30 340 0.53 0.46
Hex B2 37 60 0 45 2E 1E 154 35 2E
Octal 262 67 140 0 105 56 36 524 65 56
Binary 10110010 110111 1100000 0 1000101 101110 11110 101010100 110101 101110

Color Harmonies of #B23760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23760

Black with #B23760

Text Example


Text Example

White with #B23760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23760; }

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

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

background-color css

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

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

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

border-color css

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

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

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