Html Css Color HEX #B63267 Rouge

📋 copy color: '#B63267'

red 182 ◦ green 50 ◦ blue 103

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

Shades of Rouge #B63267

Tints of Rouge #B63267

RGB

 RED value IS 182 (71.48% from 255) = 54.33%

 GREEN value IS 50 (19.92% from 255) = 14.93%

 BLUE value IS 103 (40.63% from 255) = 30.75%

R = 54.33%
G = 14.93%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B63267 (or 0xB63267) is known color: Rouge. HEX triplet: B6, 32 and 67. RGB value is (182,50,103). Sum of RGB (Red+Green+Blue) = 182+50+103=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B63267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63267 is #49CD98. Grayscale: #5F5F5F. Windows color (decimal): -4836761 or 6763190. OLE color: 6763190.

HSL color Cylindrical-coordinate representation of color #B63267: hue angle of 335.91º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63267 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 50 103 -
CMYK 0 0.73 0.43 0.29
HSL 335.91º 0.57% 0.45% -
HSV(B) 335.91º 0.73% 0.71% -
XYZ 22.88 13.21 14.17 -
YUV 95.51 132.23 189.69 -
System Red Green Blue C M Y K H S L
Decimal 182 50 103 0 0.73 0.43 0.29 335.91 0.57 0.45
Hex B6 32 67 0 49 2B 1D 150 39 2D
Octal 266 62 147 0 111 53 35 520 71 55
Binary 10110110 110010 1100111 0 1001001 101011 11101 101010000 111001 101101

Color Harmonies of #B63267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63267

Black with #B63267

Text Example


Text Example

White with #B63267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63267; }

 p { color: rgb(182,50,103); }

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

background-color css

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

 a { background-color: rgb(182,50,103); }

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

border-color css

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

 span { border-color: rgb(182,50,103); }

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