Html Css Color HEX #B04567 Rouge

📋 copy color: '#B04567'

red 176 ◦ green 69 ◦ blue 103

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

Shades of Rouge #B04567

Tints of Rouge #B04567

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.83%

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

R = 50.57%
G = 19.83%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B04567 (or 0xB04567) is known color: Rouge. HEX triplet: B0, 45 and 67. RGB value is (176,69,103). Sum of RGB (Red+Green+Blue) = 176+69+103=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B04567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04567 is #4FBA98. Grayscale: #686868. Windows color (decimal): -5225113 or 6768048. OLE color: 6768048.

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

Color convert

RGB 176 69 103 -
CMYK 0 0.61 0.41 0.31
HSL 340.93º 0.44% 0.48% -
HSV(B) 340.93º 0.61% 0.69% -
XYZ 22.48 14.47 14.44 -
YUV 104.87 126.95 178.74 -
System Red Green Blue C M Y K H S L
Decimal 176 69 103 0 0.61 0.41 0.31 340.93 0.44 0.48
Hex B0 45 67 0 3D 29 1F 155 2C 30
Octal 260 105 147 0 75 51 37 525 54 60
Binary 10110000 1000101 1100111 0 111101 101001 11111 101010101 101100 110000

Color Harmonies of #B04567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04567

Black with #B04567

Text Example


Text Example

White with #B04567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04567; }

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

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

background-color css

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

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

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

border-color css

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

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

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