Html Css Color HEX #B23C69 Rouge

📋 copy color: '#B23C69'

red 178 ◦ green 60 ◦ blue 105

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

Shades of Rouge #B23C69

Tints of Rouge #B23C69

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.49%

 BLUE value IS 105 (41.41% from 255) = 30.61%

R = 51.9%
G = 17.49%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B23C69 (or 0xB23C69) is known color: Rouge. HEX triplet: B2, 3C and 69. RGB value is (178,60,105). Sum of RGB (Red+Green+Blue) = 178+60+105=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23C69 is #4DC396. Grayscale: #646464. Windows color (decimal): -5096343 or 6896818. OLE color: 6896818.

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

Color convert

RGB 178 60 105 -
CMYK 0 0.66 0.41 0.30
HSL 337.12º 0.5% 0.47% -
HSV(B) 337.12º 0.66% 0.7% -
XYZ 22.53 13.72 14.82 -
YUV 100.41 130.59 183.34 -
System Red Green Blue C M Y K H S L
Decimal 178 60 105 0 0.66 0.41 0.30 337.12 0.5 0.47
Hex B2 3C 69 0 42 29 1E 151 32 2F
Octal 262 74 151 0 102 51 36 521 62 57
Binary 10110010 111100 1101001 0 1000010 101001 11110 101010001 110010 101111

Color Harmonies of #B23C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C69

Black with #B23C69

Text Example


Text Example

White with #B23C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C69; }

 p { color: rgb(178,60,105); }

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

background-color css

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

 a { background-color: rgb(178,60,105); }

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

border-color css

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

 span { border-color: rgb(178,60,105); }

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