Html Css Color HEX #B2567B Royal Heath

📋 copy color: '#B2567B'

red 178 ◦ green 86 ◦ blue 123

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

Shades of Royal Heath #B2567B

Tints of Royal Heath #B2567B

RGB

 RED value IS 178 (69.92% from 255) = 45.99%

 GREEN value IS 86 (33.98% from 255) = 22.22%

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

R = 45.99%
G = 22.22%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2567B (or 0xB2567B) is known color: Royal Heath. HEX triplet: B2, 56 and 7B. RGB value is (178,86,123). Sum of RGB (Red+Green+Blue) = 178+86+123=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2567B is #4DA984. Grayscale: #757575. Windows color (decimal): -5089669 or 8083122. OLE color: 8083122.

HSL color Cylindrical-coordinate representation of color #B2567B: hue angle of 335.87º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2567B is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 86 123 -
CMYK 0 0.52 0.31 0.30
HSL 335.87º 0.37% 0.52% -
HSV(B) 335.87º 0.52% 0.7% -
XYZ 25.26 17.55 20.79 -
YUV 117.73 130.98 170.99 -
System Red Green Blue C M Y K H S L
Decimal 178 86 123 0 0.52 0.31 0.30 335.87 0.37 0.52
Hex B2 56 7B 0 34 1F 1E 150 25 34
Octal 262 126 173 0 64 37 36 520 45 64
Binary 10110010 1010110 1111011 0 110100 11111 11110 101010000 100101 110100

Color Harmonies of #B2567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2567B

Black with #B2567B

Text Example


Text Example

White with #B2567B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2567B; }

 p { color: rgb(178,86,123); }

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

background-color css

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

 a { background-color: rgb(178,86,123); }

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

border-color css

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

 span { border-color: rgb(178,86,123); }

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