Html Css Color HEX #B23768 Rouge

📋 copy color: '#B23768'

red 178 ◦ green 55 ◦ blue 104

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

Shades of Rouge #B23768

Tints of Rouge #B23768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.32%

 BLUE value IS 104 (41.02% from 255) = 30.86%

R = 52.82%
G = 16.32%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B23768 (or 0xB23768) is known color: Rouge. HEX triplet: B2, 37 and 68. RGB value is (178,55,104). Sum of RGB (Red+Green+Blue) = 178+55+104=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B23768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23768 is #4DC897. Grayscale: #616161. Windows color (decimal): -5097624 or 6830002. OLE color: 6830002.

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

Color convert

RGB 178 55 104 -
CMYK 0 0.69 0.42 0.30
HSL 336.1º 0.53% 0.46% -
HSV(B) 336.1º 0.69% 0.7% -
XYZ 22.22 13.2 14.47 -
YUV 97.36 131.75 185.52 -
System Red Green Blue C M Y K H S L
Decimal 178 55 104 0 0.69 0.42 0.30 336.1 0.53 0.46
Hex B2 37 68 0 45 2A 1E 150 35 2E
Octal 262 67 150 0 105 52 36 520 65 56
Binary 10110010 110111 1101000 0 1000101 101010 11110 101010000 110101 101110

Color Harmonies of #B23768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23768

Black with #B23768

Text Example


Text Example

White with #B23768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23768; }

 p { color: rgb(178,55,104); }

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

background-color css

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

 a { background-color: rgb(178,55,104); }

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

border-color css

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

 span { border-color: rgb(178,55,104); }

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