Html Css Color HEX #BA8779 Brandy Rose

📋 copy color: '#BA8779'

red 186 ◦ green 135 ◦ blue 121

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

Shades of Brandy Rose #BA8779

Tints of Brandy Rose #BA8779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.54%

 BLUE value IS 121 (47.66% from 255) = 27.38%

R = 42.08%
G = 30.54%
B = 27.38%

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

#BA8779 (or 0xBA8779) is known color: Brandy Rose. HEX triplet: BA, 87 and 79. RGB value is (186,135,121). Sum of RGB (Red+Green+Blue) = 186+135+121=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8779 is #457886. Grayscale: #949494. Windows color (decimal): -4552839 or 7964602. OLE color: 7964602.

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

Color convert

RGB 186 135 121 -
CMYK 0 0.27 0.35 0.27
HSL 12.92º 0.32% 0.6% -
HSV(B) 12.92º 0.35% 0.73% -
XYZ 32.36 29.15 22.01 -
YUV 148.65 112.4 154.64 -
System Red Green Blue C M Y K H S L
Decimal 186 135 121 0 0.27 0.35 0.27 12.92 0.32 0.6
Hex BA 87 79 0 1B 23 1B D 20 3C
Octal 272 207 171 0 33 43 33 15 40 74
Binary 10111010 10000111 1111001 0 11011 100011 11011 1101 100000 111100

Color Harmonies of #BA8779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8779

Black with #BA8779

Text Example


Text Example

White with #BA8779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8779; }

 p { color: rgb(186,135,121); }

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

background-color css

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

 a { background-color: rgb(186,135,121); }

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

border-color css

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

 span { border-color: rgb(186,135,121); }

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