Html Css Color HEX #B23D6D Rouge

📋 copy color: '#B23D6D'

red 178 ◦ green 61 ◦ blue 109

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

Shades of Rouge #B23D6D

Tints of Rouge #B23D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 51.15%
G = 17.53%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B23D6D (or 0xB23D6D) is known color: Rouge. HEX triplet: B2, 3D and 6D. RGB value is (178,61,109). Sum of RGB (Red+Green+Blue) = 178+61+109=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23D6D is #4DC292. Grayscale: #656565. Windows color (decimal): -5096083 or 7159218. OLE color: 7159218.

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

Color convert

RGB 178 61 109 -
CMYK 0 0.66 0.39 0.30
HSL 335.38º 0.49% 0.47% -
HSV(B) 335.38º 0.66% 0.7% -
XYZ 22.79 13.91 15.95 -
YUV 101.46 132.26 182.6 -
System Red Green Blue C M Y K H S L
Decimal 178 61 109 0 0.66 0.39 0.30 335.38 0.49 0.47
Hex B2 3D 6D 0 42 27 1E 14F 31 2F
Octal 262 75 155 0 102 47 36 517 61 57
Binary 10110010 111101 1101101 0 1000010 100111 11110 101001111 110001 101111

Color Harmonies of #B23D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D6D

Black with #B23D6D

Text Example


Text Example

White with #B23D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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