Html Css Color HEX #B23965 Rouge

📋 copy color: '#B23965'

red 178 ◦ green 57 ◦ blue 101

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

Shades of Rouge #B23965

Tints of Rouge #B23965

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.96%

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 52.98%
G = 16.96%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B23965 (or 0xB23965) is known color: Rouge. HEX triplet: B2, 39 and 65. RGB value is (178,57,101). Sum of RGB (Red+Green+Blue) = 178+57+101=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B23965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23965 is #4DC69A. Grayscale: #626262. Windows color (decimal): -5097115 or 6633906. OLE color: 6633906.

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

Color convert

RGB 178 57 101 -
CMYK 0 0.68 0.43 0.30
HSL 338.18º 0.51% 0.46% -
HSV(B) 338.18º 0.68% 0.7% -
XYZ 22.17 13.33 13.72 -
YUV 98.2 129.59 184.92 -
System Red Green Blue C M Y K H S L
Decimal 178 57 101 0 0.68 0.43 0.30 338.18 0.51 0.46
Hex B2 39 65 0 44 2B 1E 152 33 2E
Octal 262 71 145 0 104 53 36 522 63 56
Binary 10110010 111001 1100101 0 1000100 101011 11110 101010010 110011 101110

Color Harmonies of #B23965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23965

Black with #B23965

Text Example


Text Example

White with #B23965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23965; }

 p { color: rgb(178,57,101); }

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

background-color css

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

 a { background-color: rgb(178,57,101); }

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

border-color css

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

 span { border-color: rgb(178,57,101); }

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