Html Css Color HEX #B27C78 Brandy Rose

📋 copy color: '#B27C78'

red 178 ◦ green 124 ◦ blue 120

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

Shades of Brandy Rose #B27C78

Tints of Brandy Rose #B27C78

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.38%

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

R = 42.18%
G = 29.38%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B27C78 (or 0xB27C78) is known color: Brandy Rose. HEX triplet: B2, 7C and 78. RGB value is (178,124,120). Sum of RGB (Red+Green+Blue) = 178+124+120=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27C78 is #4D8387. Grayscale: #8B8B8B. Windows color (decimal): -5079944 or 7896242. OLE color: 7896242.

HSL color Cylindrical-coordinate representation of color #B27C78: hue angle of 4.14º 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 #B27C78 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 124 120 -
CMYK 0 0.30 0.33 0.30
HSL 4.14º 0.27% 0.58% -
HSV(B) 4.14º 0.33% 0.7% -
XYZ 28.96 25.24 21.11 -
YUV 139.69 116.89 155.33 -
System Red Green Blue C M Y K H S L
Decimal 178 124 120 0 0.30 0.33 0.30 4.14 0.27 0.58
Hex B2 7C 78 0 1E 21 1E 4 1B 3A
Octal 262 174 170 0 36 41 36 4 33 72
Binary 10110010 1111100 1111000 0 11110 100001 11110 100 11011 111010

Color Harmonies of #B27C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27C78

Black with #B27C78

Text Example


Text Example

White with #B27C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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