Html Css Color HEX #BA8068 Brandy Rose

📋 copy color: '#BA8068'

red 186 ◦ green 128 ◦ blue 104

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

Shades of Brandy Rose #BA8068

Tints of Brandy Rose #BA8068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.88%

R = 44.5%
G = 30.62%
B = 24.88%

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

#BA8068 (or 0xBA8068) is known color: Brandy Rose. HEX triplet: BA, 80 and 68. RGB value is (186,128,104). Sum of RGB (Red+Green+Blue) = 186+128+104=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8068 is #457F97. Grayscale: #8E8E8E. Windows color (decimal): -4554648 or 6848698. OLE color: 6848698.

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

Color convert

RGB 186 128 104 -
CMYK 0 0.31 0.44 0.27
HSL 17.56º 0.37% 0.57% -
HSV(B) 17.56º 0.44% 0.73% -
XYZ 30.47 26.88 16.68 -
YUV 142.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 186 128 104 0 0.31 0.44 0.27 17.56 0.37 0.57
Hex BA 80 68 0 1F 2C 1B 12 25 39
Octal 272 200 150 0 37 54 33 22 45 71
Binary 10111010 10000000 1101000 0 11111 101100 11011 10010 100101 111001

Color Harmonies of #BA8068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8068

Black with #BA8068

Text Example


Text Example

White with #BA8068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8068; }

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

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

background-color css

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

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

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

border-color css

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

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

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