Html Css Color HEX #B03765 Rouge

📋 copy color: '#B03765'

red 176 ◦ green 55 ◦ blue 101

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

Shades of Rouge #B03765

Tints of Rouge #B03765

RGB

 RED value IS 176 (69.14% from 255) = 53.01%

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

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

R = 53.01%
G = 16.57%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B03765 (or 0xB03765) is known color: Rouge. HEX triplet: B0, 37 and 65. RGB value is (176,55,101). Sum of RGB (Red+Green+Blue) = 176+55+101=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B03765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03765 is #4FC89A. Grayscale: #606060. Windows color (decimal): -5228699 or 6633392. OLE color: 6633392.

HSL color Cylindrical-coordinate representation of color #B03765: hue angle of 337.19º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03765 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 55 101 -
CMYK 0 0.69 0.43 0.31
HSL 337.19º 0.52% 0.45% -
HSV(B) 337.19º 0.69% 0.69% -
XYZ 21.62 12.9 13.66 -
YUV 96.42 130.59 184.76 -
System Red Green Blue C M Y K H S L
Decimal 176 55 101 0 0.69 0.43 0.31 337.19 0.52 0.45
Hex B0 37 65 0 45 2B 1F 151 34 2D
Octal 260 67 145 0 105 53 37 521 64 55
Binary 10110000 110111 1100101 0 1000101 101011 11111 101010001 110100 101101

Color Harmonies of #B03765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03765

Black with #B03765

Text Example


Text Example

White with #B03765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03765; }

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

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

background-color css

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

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

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

border-color css

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

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

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