Html Css Color HEX #B04767 Rouge

📋 copy color: '#B04767'

red 176 ◦ green 71 ◦ blue 103

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

Shades of Rouge #B04767

Tints of Rouge #B04767

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.29%

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

R = 50.29%
G = 20.29%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B04767 (or 0xB04767) is known color: Rouge. HEX triplet: B0, 47 and 67. RGB value is (176,71,103). Sum of RGB (Red+Green+Blue) = 176+71+103=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B04767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04767 is #4FB898. Grayscale: #6A6A6A. Windows color (decimal): -5224601 or 6768560. OLE color: 6768560.

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

Color convert

RGB 176 71 103 -
CMYK 0 0.60 0.41 0.31
HSL 341.71º 0.43% 0.48% -
HSV(B) 341.71º 0.6% 0.69% -
XYZ 22.61 14.72 14.48 -
YUV 106.04 126.29 177.9 -
System Red Green Blue C M Y K H S L
Decimal 176 71 103 0 0.60 0.41 0.31 341.71 0.43 0.48
Hex B0 47 67 0 3C 29 1F 156 2B 30
Octal 260 107 147 0 74 51 37 526 53 60
Binary 10110000 1000111 1100111 0 111100 101001 11111 101010110 101011 110000

Color Harmonies of #B04767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04767

Black with #B04767

Text Example


Text Example

White with #B04767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04767; }

 p { color: rgb(176,71,103); }

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

background-color css

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

 a { background-color: rgb(176,71,103); }

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

border-color css

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

 span { border-color: rgb(176,71,103); }

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