Html Css Color HEX #B04075 Royal Heath

📋 copy color: '#B04075'

red 176 ◦ green 64 ◦ blue 117

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

Shades of Royal Heath #B04075

Tints of Royal Heath #B04075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.93%

 BLUE value IS 117 (46.09% from 255) = 32.77%

R = 49.3%
G = 17.93%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B04075 (or 0xB04075) is known color: Royal Heath. HEX triplet: B0, 40 and 75. RGB value is (176,64,117). Sum of RGB (Red+Green+Blue) = 176+64+117=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B04075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04075 is #4FBF8A. Grayscale: #676767. Windows color (decimal): -5226379 or 7684272. OLE color: 7684272.

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

Color convert

RGB 176 64 117 -
CMYK 0 0.64 0.34 0.31
HSL 331.61º 0.47% 0.47% -
HSV(B) 331.61º 0.64% 0.69% -
XYZ 22.95 14.18 18.36 -
YUV 103.53 135.61 179.69 -
System Red Green Blue C M Y K H S L
Decimal 176 64 117 0 0.64 0.34 0.31 331.61 0.47 0.47
Hex B0 40 75 0 40 22 1F 14C 2F 2F
Octal 260 100 165 0 100 42 37 514 57 57
Binary 10110000 1000000 1110101 0 1000000 100010 11111 101001100 101111 101111

Color Harmonies of #B04075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04075

Black with #B04075

Text Example


Text Example

White with #B04075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04075; }

 p { color: rgb(176,64,117); }

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

background-color css

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

 a { background-color: rgb(176,64,117); }

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

border-color css

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

 span { border-color: rgb(176,64,117); }

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