Html Css Color HEX #BA807A Brandy Rose

📋 copy color: '#BA807A'

red 186 ◦ green 128 ◦ blue 122

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

Shades of Brandy Rose #BA807A

Tints of Brandy Rose #BA807A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.98%

R = 42.66%
G = 29.36%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA807A (or 0xBA807A) is known color: Brandy Rose. HEX triplet: BA, 80 and 7A. RGB value is (186,128,122). Sum of RGB (Red+Green+Blue) = 186+128+122=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA807A is #457F85. Grayscale: #909090. Windows color (decimal): -4554630 or 8028346. OLE color: 8028346.

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

Color convert

RGB 186 128 122 -
CMYK 0 0.31 0.34 0.27
HSL 5.63º 0.32% 0.6% -
HSV(B) 5.63º 0.34% 0.73% -
XYZ 31.48 27.28 22.02 -
YUV 144.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 186 128 122 0 0.31 0.34 0.27 5.63 0.32 0.6
Hex BA 80 7A 0 1F 22 1B 6 20 3C
Octal 272 200 172 0 37 42 33 6 40 74
Binary 10111010 10000000 1111010 0 11111 100010 11011 110 100000 111100

Color Harmonies of #BA807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA807A

Black with #BA807A

Text Example


Text Example

White with #BA807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA807A; }

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

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

background-color css

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

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

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

border-color css

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

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

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