Html Css Color HEX #B9456A Royal Heath

📋 copy color: '#B9456A'

red 185 ◦ green 69 ◦ blue 106

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

Shades of Royal Heath #B9456A

Tints of Royal Heath #B9456A

RGB

 RED value IS 185 (72.66% from 255) = 51.39%

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

 BLUE value IS 106 (41.8% from 255) = 29.44%

R = 51.39%
G = 19.17%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9456A (or 0xB9456A) is known color: Royal Heath. HEX triplet: B9, 45 and 6A. RGB value is (185,69,106). Sum of RGB (Red+Green+Blue) = 185+69+106=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9456A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9456A is #46BA95. Grayscale: #6B6B6B. Windows color (decimal): -4635286 or 6964665. OLE color: 6964665.

HSL color Cylindrical-coordinate representation of color #B9456A: hue angle of 340.86º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9456A is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 69 106 -
CMYK 0 0.63 0.43 0.27
HSL 340.86º 0.46% 0.5% -
HSV(B) 340.86º 0.63% 0.73% -
XYZ 24.74 15.61 15.35 -
YUV 107.9 126.93 182.99 -
System Red Green Blue C M Y K H S L
Decimal 185 69 106 0 0.63 0.43 0.27 340.86 0.46 0.5
Hex B9 45 6A 0 3F 2B 1B 155 2E 32
Octal 271 105 152 0 77 53 33 525 56 62
Binary 10111001 1000101 1101010 0 111111 101011 11011 101010101 101110 110010

Color Harmonies of #B9456A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9456A

Black with #B9456A

Text Example


Text Example

White with #B9456A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9456A; }

 p { color: rgb(185,69,106); }

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

background-color css

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

 a { background-color: rgb(185,69,106); }

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

border-color css

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

 span { border-color: rgb(185,69,106); }

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