Html Css Color HEX #BA8069 Brandy Rose

📋 copy color: '#BA8069'

red 186 ◦ green 128 ◦ blue 105

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

Shades of Brandy Rose #BA8069

Tints of Brandy Rose #BA8069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.55%

 BLUE value IS 105 (41.41% from 255) = 25.06%

R = 44.39%
G = 30.55%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA8069 (or 0xBA8069) is known color: Brandy Rose. HEX triplet: BA, 80 and 69. RGB value is (186,128,105). Sum of RGB (Red+Green+Blue) = 186+128+105=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8069 is #457F96. Grayscale: #8E8E8E. Windows color (decimal): -4554647 or 6914234. OLE color: 6914234.

HSL color Cylindrical-coordinate representation of color #BA8069: hue angle of 17.04º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA8069 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 128 105 -
CMYK 0 0.31 0.44 0.27
HSL 17.04º 0.37% 0.57% -
HSV(B) 17.04º 0.44% 0.73% -
XYZ 30.52 26.9 16.95 -
YUV 142.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 186 128 105 0 0.31 0.44 0.27 17.04 0.37 0.57
Hex BA 80 69 0 1F 2C 1B 11 25 39
Octal 272 200 151 0 37 54 33 21 45 71
Binary 10111010 10000000 1101001 0 11111 101100 11011 10001 100101 111001

Color Harmonies of #BA8069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8069

Black with #BA8069

Text Example


Text Example

White with #BA8069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8069; }

 p { color: rgb(186,128,105); }

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

background-color css

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

 a { background-color: rgb(186,128,105); }

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

border-color css

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

 span { border-color: rgb(186,128,105); }

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