Html Css Color HEX #BA8878 Brandy Rose

📋 copy color: '#BA8878'

red 186 ◦ green 136 ◦ blue 120

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

Shades of Brandy Rose #BA8878

Tints of Brandy Rose #BA8878

RGB

 RED value IS 186 (73.05% from 255) = 42.08%

 GREEN value IS 136 (53.52% from 255) = 30.77%

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

R = 42.08%
G = 30.77%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA8878 (or 0xBA8878) is known color: Brandy Rose. HEX triplet: BA, 88 and 78. RGB value is (186,136,120). Sum of RGB (Red+Green+Blue) = 186+136+120=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8878 is #457787. Grayscale: #959595. Windows color (decimal): -4552584 or 7899322. OLE color: 7899322.

HSL color Cylindrical-coordinate representation of color #BA8878: hue angle of 14.55º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA8878 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 136 120 -
CMYK 0 0.27 0.35 0.27
HSL 14.55º 0.32% 0.6% -
HSV(B) 14.55º 0.35% 0.73% -
XYZ 32.44 29.4 21.73 -
YUV 149.13 111.57 154.3 -
System Red Green Blue C M Y K H S L
Decimal 186 136 120 0 0.27 0.35 0.27 14.55 0.32 0.6
Hex BA 88 78 0 1B 23 1B F 20 3C
Octal 272 210 170 0 33 43 33 17 40 74
Binary 10111010 10001000 1111000 0 11011 100011 11011 1111 100000 111100

Color Harmonies of #BA8878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8878

Black with #BA8878

Text Example


Text Example

White with #BA8878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8878; }

 p { color: rgb(186,136,120); }

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

background-color css

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

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

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

border-color css

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

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

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