Html Css Color HEX #B27878 Brandy Rose

📋 copy color: '#B27878'

red 178 ◦ green 120 ◦ blue 120

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

Shades of Brandy Rose #B27878

Tints of Brandy Rose #B27878

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.71%

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

R = 42.58%
G = 28.71%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B27878 (or 0xB27878) is known color: Brandy Rose. HEX triplet: B2, 78 and 78. RGB value is (178,120,120). Sum of RGB (Red+Green+Blue) = 178+120+120=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B27878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27878 is #4D8787. Grayscale: #898989. Windows color (decimal): -5080968 or 7895218. OLE color: 7895218.

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

Color convert

RGB 178 120 120 -
CMYK 0 0.33 0.33 0.30
HSL 0.27% 0.58% -
HSV(B) 0.33% 0.7% -
XYZ 28.47 24.25 20.95 -
YUV 137.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 178 120 120 0 0.33 0.33 0.30 0 0.27 0.58
Hex B2 78 78 0 21 21 1E 0 1B 3A
Octal 262 170 170 0 41 41 36 0 33 72
Binary 10110010 1111000 1111000 0 100001 100001 11110 0 11011 111010

Color Harmonies of #B27878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27878

Black with #B27878

Text Example


Text Example

White with #B27878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27878; }

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

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

background-color css

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

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

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

border-color css

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

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

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