Html Css Color HEX #B23B6B Rouge

📋 copy color: '#B23B6B'

red 178 ◦ green 59 ◦ blue 107

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

Shades of Rouge #B23B6B

Tints of Rouge #B23B6B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.15%

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

R = 51.74%
G = 17.15%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B23B6B (or 0xB23B6B) is known color: Rouge. HEX triplet: B2, 3B and 6B. RGB value is (178,59,107). Sum of RGB (Red+Green+Blue) = 178+59+107=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23B6B is #4DC494. Grayscale: #636363. Windows color (decimal): -5096597 or 7027634. OLE color: 7027634.

HSL color Cylindrical-coordinate representation of color #B23B6B: hue angle of 335.8º degrees, saturation: 0.5, 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 #B23B6B is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 59 107 -
CMYK 0 0.67 0.40 0.30
HSL 335.8º 0.5% 0.46% -
HSV(B) 335.8º 0.67% 0.7% -
XYZ 22.58 13.65 15.36 -
YUV 100.05 131.92 183.6 -
System Red Green Blue C M Y K H S L
Decimal 178 59 107 0 0.67 0.40 0.30 335.8 0.5 0.46
Hex B2 3B 6B 0 43 28 1E 150 32 2E
Octal 262 73 153 0 103 50 36 520 62 56
Binary 10110010 111011 1101011 0 1000011 101000 11110 101010000 110010 101110

Color Harmonies of #B23B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23B6B

Black with #B23B6B

Text Example


Text Example

White with #B23B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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