Html Css Color HEX #B23A66 Rouge

📋 copy color: '#B23A66'

red 178 ◦ green 58 ◦ blue 102

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

Shades of Rouge #B23A66

Tints of Rouge #B23A66

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.16%

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 52.66%
G = 17.16%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B23A66 (or 0xB23A66) is known color: Rouge. HEX triplet: B2, 3A and 66. RGB value is (178,58,102). Sum of RGB (Red+Green+Blue) = 178+58+102=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A66 is #4DC599. Grayscale: #626262. Windows color (decimal): -5096858 or 6699698. OLE color: 6699698.

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

Color convert

RGB 178 58 102 -
CMYK 0 0.67 0.43 0.30
HSL 338º 0.51% 0.46% -
HSV(B) 338º 0.67% 0.7% -
XYZ 22.27 13.45 13.99 -
YUV 98.9 129.76 184.42 -
System Red Green Blue C M Y K H S L
Decimal 178 58 102 0 0.67 0.43 0.30 338 0.51 0.46
Hex B2 3A 66 0 43 2B 1E 152 33 2E
Octal 262 72 146 0 103 53 36 522 63 56
Binary 10110010 111010 1100110 0 1000011 101011 11110 101010010 110011 101110

Color Harmonies of #B23A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A66

Black with #B23A66

Text Example


Text Example

White with #B23A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A66; }

 p { color: rgb(178,58,102); }

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

background-color css

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

 a { background-color: rgb(178,58,102); }

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

border-color css

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

 span { border-color: rgb(178,58,102); }

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