Html Css Color HEX #BA8078 Brandy Rose

📋 copy color: '#BA8078'

red 186 ◦ green 128 ◦ blue 120

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

Shades of Brandy Rose #BA8078

Tints of Brandy Rose #BA8078

RGB

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

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

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

R = 42.86%
G = 29.49%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA8078 (or 0xBA8078) is known color: Brandy Rose. HEX triplet: BA, 80 and 78. RGB value is (186,128,120). Sum of RGB (Red+Green+Blue) = 186+128+120=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8078 is #457F87. Grayscale: #909090. Windows color (decimal): -4554632 or 7897274. OLE color: 7897274.

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

Color convert

RGB 186 128 120 -
CMYK 0 0.31 0.35 0.27
HSL 7.27º 0.32% 0.6% -
HSV(B) 7.27º 0.35% 0.73% -
XYZ 31.36 27.23 21.37 -
YUV 144.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 186 128 120 0 0.31 0.35 0.27 7.27 0.32 0.6
Hex BA 80 78 0 1F 23 1B 7 20 3C
Octal 272 200 170 0 37 43 33 7 40 74
Binary 10111010 10000000 1111000 0 11111 100011 11011 111 100000 111100

Color Harmonies of #BA8078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8078

Black with #BA8078

Text Example


Text Example

White with #BA8078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8078; }

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

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

background-color css

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

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

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

border-color css

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

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

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