Html Css Color HEX #B23A6A Rouge

📋 copy color: '#B23A6A'

red 178 ◦ green 58 ◦ blue 106

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

Shades of Rouge #B23A6A

Tints of Rouge #B23A6A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.96%

 BLUE value IS 106 (41.8% from 255) = 30.99%

R = 52.05%
G = 16.96%
B = 30.99%

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

#B23A6A (or 0xB23A6A) is known color: Rouge. HEX triplet: B2, 3A and 6A. RGB value is (178,58,106). Sum of RGB (Red+Green+Blue) = 178+58+106=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A6A is #4DC595. Grayscale: #636363. Windows color (decimal): -5096854 or 6961842. OLE color: 6961842.

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

Color convert

RGB 178 58 106 -
CMYK 0 0.67 0.40 0.30
HSL 336º 0.51% 0.46% -
HSV(B) 336º 0.67% 0.7% -
XYZ 22.47 13.53 15.06 -
YUV 99.35 131.76 184.1 -
System Red Green Blue C M Y K H S L
Decimal 178 58 106 0 0.67 0.40 0.30 336 0.51 0.46
Hex B2 3A 6A 0 43 28 1E 150 33 2E
Octal 262 72 152 0 103 50 36 520 63 56
Binary 10110010 111010 1101010 0 1000011 101000 11110 101010000 110011 101110

Color Harmonies of #B23A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A6A

Black with #B23A6A

Text Example


Text Example

White with #B23A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A6A; }

 p { color: rgb(178,58,106); }

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

background-color css

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

 a { background-color: rgb(178,58,106); }

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

border-color css

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

 span { border-color: rgb(178,58,106); }

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