Html Css Color HEX #B1437B Royal Heath

📋 copy color: '#B1437B'

red 177 ◦ green 67 ◦ blue 123

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

Shades of Royal Heath #B1437B

Tints of Royal Heath #B1437B

RGB

 RED value IS 177 (69.53% from 255) = 48.23%

 GREEN value IS 67 (26.56% from 255) = 18.26%

 BLUE value IS 123 (48.44% from 255) = 33.51%

R = 48.23%
G = 18.26%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1437B (or 0xB1437B) is known color: Royal Heath. HEX triplet: B1, 43 and 7B. RGB value is (177,67,123). Sum of RGB (Red+Green+Blue) = 177+67+123=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1437B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1437B is #4EBC84. Grayscale: #6A6A6A. Windows color (decimal): -5160069 or 8078257. OLE color: 8078257.

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

Color convert

RGB 177 67 123 -
CMYK 0 0.62 0.31 0.31
HSL 329.45º 0.45% 0.48% -
HSV(B) 329.45º 0.62% 0.69% -
XYZ 23.71 14.79 20.34 -
YUV 106.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 177 67 123 0 0.62 0.31 0.31 329.45 0.45 0.48
Hex B1 43 7B 0 3E 1F 1F 149 2D 30
Octal 261 103 173 0 76 37 37 511 55 60
Binary 10110001 1000011 1111011 0 111110 11111 11111 101001001 101101 110000

Color Harmonies of #B1437B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1437B

Black with #B1437B

Text Example


Text Example

White with #B1437B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1437B; }

 p { color: rgb(177,67,123); }

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

background-color css

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

 a { background-color: rgb(177,67,123); }

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

border-color css

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

 span { border-color: rgb(177,67,123); }

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