Html Css Color HEX #B04765 Rouge

📋 copy color: '#B04765'

red 176 ◦ green 71 ◦ blue 101

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

Shades of Rouge #B04765

Tints of Rouge #B04765

RGB

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

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

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

R = 50.57%
G = 20.4%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B04765 (or 0xB04765) is known color: Rouge. HEX triplet: B0, 47 and 65. RGB value is (176,71,101). Sum of RGB (Red+Green+Blue) = 176+71+101=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B04765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04765 is #4FB89A. Grayscale: #696969. Windows color (decimal): -5224603 or 6637488. OLE color: 6637488.

HSL color Cylindrical-coordinate representation of color #B04765: hue angle of 342.86º 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 #B04765 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 71 101 -
CMYK 0 0.60 0.43 0.31
HSL 342.86º 0.43% 0.48% -
HSV(B) 342.86º 0.6% 0.69% -
XYZ 22.51 14.68 13.96 -
YUV 105.82 125.29 178.06 -
System Red Green Blue C M Y K H S L
Decimal 176 71 101 0 0.60 0.43 0.31 342.86 0.43 0.48
Hex B0 47 65 0 3C 2B 1F 157 2B 30
Octal 260 107 145 0 74 53 37 527 53 60
Binary 10110000 1000111 1100101 0 111100 101011 11111 101010111 101011 110000

Color Harmonies of #B04765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04765

Black with #B04765

Text Example


Text Example

White with #B04765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04765; }

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

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

background-color css

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

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

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

border-color css

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

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

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