Html Css Color HEX #B23D6E Rouge

📋 copy color: '#B23D6E'

red 178 ◦ green 61 ◦ blue 110

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

Shades of Rouge #B23D6E

Tints of Rouge #B23D6E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.48%

 BLUE value IS 110 (43.36% from 255) = 31.52%

R = 51%
G = 17.48%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B23D6E (or 0xB23D6E) is known color: Rouge. HEX triplet: B2, 3D and 6E. RGB value is (178,61,110). Sum of RGB (Red+Green+Blue) = 178+61+110=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23D6E is #4DC291. Grayscale: #656565. Windows color (decimal): -5096082 or 7224754. OLE color: 7224754.

HSL color Cylindrical-coordinate representation of color #B23D6E: hue angle of 334.87º degrees, saturation: 0.49, 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 #B23D6E is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 61 110 -
CMYK 0 0.66 0.38 0.30
HSL 334.87º 0.49% 0.47% -
HSV(B) 334.87º 0.66% 0.7% -
XYZ 22.84 13.93 16.24 -
YUV 101.57 132.76 182.52 -
System Red Green Blue C M Y K H S L
Decimal 178 61 110 0 0.66 0.38 0.30 334.87 0.49 0.47
Hex B2 3D 6E 0 42 26 1E 14F 31 2F
Octal 262 75 156 0 102 46 36 517 61 57
Binary 10110010 111101 1101110 0 1000010 100110 11110 101001111 110001 101111

Color Harmonies of #B23D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D6E

Black with #B23D6E

Text Example


Text Example

White with #B23D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D6E; }

 p { color: rgb(178,61,110); }

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

background-color css

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

 a { background-color: rgb(178,61,110); }

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

border-color css

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

 span { border-color: rgb(178,61,110); }

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