Html Css Color HEX #B27978 Brandy Rose

📋 copy color: '#B27978'

red 178 ◦ green 121 ◦ blue 120

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

Shades of Brandy Rose #B27978

Tints of Brandy Rose #B27978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.88%

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

R = 42.48%
G = 28.88%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B27978 (or 0xB27978) is known color: Brandy Rose. HEX triplet: B2, 79 and 78. RGB value is (178,121,120). Sum of RGB (Red+Green+Blue) = 178+121+120=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B27978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27978 is #4D8687. Grayscale: #898989. Windows color (decimal): -5080712 or 7895474. OLE color: 7895474.

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

Color convert

RGB 178 121 120 -
CMYK 0 0.32 0.33 0.30
HSL 1.03º 0.27% 0.58% -
HSV(B) 1.03º 0.33% 0.7% -
XYZ 28.59 24.5 20.99 -
YUV 137.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 178 121 120 0 0.32 0.33 0.30 1.03 0.27 0.58
Hex B2 79 78 0 20 21 1E 1 1B 3A
Octal 262 171 170 0 40 41 36 1 33 72
Binary 10110010 1111001 1111000 0 100000 100001 11110 1 11011 111010

Color Harmonies of #B27978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27978

Black with #B27978

Text Example


Text Example

White with #B27978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27978; }

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

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

background-color css

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

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

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

border-color css

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

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

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