Html Css Color HEX #B23F6B Rouge

📋 copy color: '#B23F6B'

red 178 ◦ green 63 ◦ blue 107

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

Shades of Rouge #B23F6B

Tints of Rouge #B23F6B

RGB

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

 GREEN value IS 63 (25% from 255) = 18.1%

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 51.15%
G = 18.1%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B23F6B (or 0xB23F6B) is known color: Rouge. HEX triplet: B2, 3F and 6B. RGB value is (178,63,107). Sum of RGB (Red+Green+Blue) = 178+63+107=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23F6B is #4DC094. Grayscale: #666666. Windows color (decimal): -5095573 or 7028658. OLE color: 7028658.

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

Color convert

RGB 178 63 107 -
CMYK 0 0.65 0.40 0.30
HSL 337.04º 0.48% 0.47% -
HSV(B) 337.04º 0.65% 0.7% -
XYZ 22.79 14.08 15.43 -
YUV 102.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 178 63 107 0 0.65 0.40 0.30 337.04 0.48 0.47
Hex B2 3F 6B 0 41 28 1E 151 30 2F
Octal 262 77 153 0 101 50 36 521 60 57
Binary 10110010 111111 1101011 0 1000001 101000 11110 101010001 110000 101111

Color Harmonies of #B23F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23F6B

Black with #B23F6B

Text Example


Text Example

White with #B23F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23F6B; }

 p { color: rgb(178,63,107); }

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

background-color css

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

 a { background-color: rgb(178,63,107); }

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

border-color css

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

 span { border-color: rgb(178,63,107); }

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