Html Css Color HEX #B23765 Rouge

📋 copy color: '#B23765'

red 178 ◦ green 55 ◦ blue 101

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

Shades of Rouge #B23765

Tints of Rouge #B23765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.24%

R = 53.29%
G = 16.47%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B23765 (or 0xB23765) is known color: Rouge. HEX triplet: B2, 37 and 65. RGB value is (178,55,101). Sum of RGB (Red+Green+Blue) = 178+55+101=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B23765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23765 is #4DC89A. Grayscale: #606060. Windows color (decimal): -5097627 or 6633394. OLE color: 6633394.

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

Color convert

RGB 178 55 101 -
CMYK 0 0.69 0.43 0.30
HSL 337.56º 0.53% 0.46% -
HSV(B) 337.56º 0.69% 0.7% -
XYZ 22.08 13.14 13.68 -
YUV 97.02 130.25 185.76 -
System Red Green Blue C M Y K H S L
Decimal 178 55 101 0 0.69 0.43 0.30 337.56 0.53 0.46
Hex B2 37 65 0 45 2B 1E 152 35 2E
Octal 262 67 145 0 105 53 36 522 65 56
Binary 10110010 110111 1100101 0 1000101 101011 11110 101010010 110101 101110

Color Harmonies of #B23765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23765

Black with #B23765

Text Example


Text Example

White with #B23765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23765; }

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

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

background-color css

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

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

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

border-color css

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

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

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