Html Css Color HEX #B9436B Royal Heath

📋 copy color: '#B9436B'

red 185 ◦ green 67 ◦ blue 107

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

Shades of Royal Heath #B9436B

Tints of Royal Heath #B9436B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.81%

R = 51.53%
G = 18.66%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9436B (or 0xB9436B) is known color: Royal Heath. HEX triplet: B9, 43 and 6B. RGB value is (185,67,107). Sum of RGB (Red+Green+Blue) = 185+67+107=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B9436B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9436B is #46BC94. Grayscale: #6A6A6A. Windows color (decimal): -4635797 or 7029689. OLE color: 7029689.

HSL color Cylindrical-coordinate representation of color #B9436B: hue angle of 339.66º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9436B is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 67 107 -
CMYK 0 0.64 0.42 0.27
HSL 339.66º 0.47% 0.49% -
HSV(B) 339.66º 0.64% 0.73% -
XYZ 24.67 15.39 15.58 -
YUV 106.84 128.09 183.75 -
System Red Green Blue C M Y K H S L
Decimal 185 67 107 0 0.64 0.42 0.27 339.66 0.47 0.49
Hex B9 43 6B 0 40 2A 1B 154 2F 31
Octal 271 103 153 0 100 52 33 524 57 61
Binary 10111001 1000011 1101011 0 1000000 101010 11011 101010100 101111 110001

Color Harmonies of #B9436B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9436B

Black with #B9436B

Text Example


Text Example

White with #B9436B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9436B; }

 p { color: rgb(185,67,107); }

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

background-color css

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

 a { background-color: rgb(185,67,107); }

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

border-color css

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

 span { border-color: rgb(185,67,107); }

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