Html Css Color HEX #B27F78 Brandy Rose

📋 copy color: '#B27F78'

red 178 ◦ green 127 ◦ blue 120

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

Shades of Brandy Rose #B27F78

Tints of Brandy Rose #B27F78

RGB

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

 GREEN value IS 127 (50% from 255) = 29.88%

 BLUE value IS 120 (47.27% from 255) = 28.24%

R = 41.88%
G = 29.88%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B27F78 (or 0xB27F78) is known color: Brandy Rose. HEX triplet: B2, 7F and 78. RGB value is (178,127,120). Sum of RGB (Red+Green+Blue) = 178+127+120=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27F78 is #4D8087. Grayscale: #8D8D8D. Windows color (decimal): -5079176 or 7897010. OLE color: 7897010.

HSL color Cylindrical-coordinate representation of color #B27F78: hue angle of 7.24º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B27F78 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 127 120 -
CMYK 0 0.29 0.33 0.30
HSL 7.24º 0.27% 0.58% -
HSV(B) 7.24º 0.33% 0.7% -
XYZ 29.34 26 21.24 -
YUV 141.45 115.9 154.07 -
System Red Green Blue C M Y K H S L
Decimal 178 127 120 0 0.29 0.33 0.30 7.24 0.27 0.58
Hex B2 7F 78 0 1D 21 1E 7 1B 3A
Octal 262 177 170 0 35 41 36 7 33 72
Binary 10110010 1111111 1111000 0 11101 100001 11110 111 11011 111010

Color Harmonies of #B27F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27F78

Black with #B27F78

Text Example


Text Example

White with #B27F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27F78; }

 p { color: rgb(178,127,120); }

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

background-color css

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

 a { background-color: rgb(178,127,120); }

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

border-color css

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

 span { border-color: rgb(178,127,120); }

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