Html Css Color HEX #B65875 Royal Heath

📋 copy color: '#B65875'

red 182 ◦ green 88 ◦ blue 117

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

Shades of Royal Heath #B65875

Tints of Royal Heath #B65875

RGB

 RED value IS 182 (71.48% from 255) = 47.03%

 GREEN value IS 88 (34.77% from 255) = 22.74%

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

R = 47.03%
G = 22.74%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B65875 (or 0xB65875) is known color: Royal Heath. HEX triplet: B6, 58 and 75. RGB value is (182,88,117). Sum of RGB (Red+Green+Blue) = 182+88+117=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B65875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65875 is #49A78A. Grayscale: #777777. Windows color (decimal): -4827019 or 7690422. OLE color: 7690422.

HSL color Cylindrical-coordinate representation of color #B65875: hue angle of 341.49º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B65875 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 88 117 -
CMYK 0 0.52 0.36 0.29
HSL 341.49º 0.39% 0.53% -
HSV(B) 341.49º 0.52% 0.71% -
XYZ 25.99 18.21 18.97 -
YUV 119.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 182 88 117 0 0.52 0.36 0.29 341.49 0.39 0.53
Hex B6 58 75 0 34 24 1D 155 27 35
Octal 266 130 165 0 64 44 35 525 47 65
Binary 10110110 1011000 1110101 0 110100 100100 11101 101010101 100111 110101

Color Harmonies of #B65875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65875

Black with #B65875

Text Example


Text Example

White with #B65875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65875; }

 p { color: rgb(182,88,117); }

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

background-color css

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

 a { background-color: rgb(182,88,117); }

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

border-color css

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

 span { border-color: rgb(182,88,117); }

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