Html Css Color HEX #BA827A Brandy Rose

📋 copy color: '#BA827A'

red 186 ◦ green 130 ◦ blue 122

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

Shades of Brandy Rose #BA827A

Tints of Brandy Rose #BA827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.68%

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

R = 42.47%
G = 29.68%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA827A (or 0xBA827A) is known color: Brandy Rose. HEX triplet: BA, 82 and 7A. RGB value is (186,130,122). Sum of RGB (Red+Green+Blue) = 186+130+122=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA827A is #457D85. Grayscale: #919191. Windows color (decimal): -4554118 or 8028858. OLE color: 8028858.

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

Color convert

RGB 186 130 122 -
CMYK 0 0.30 0.34 0.27
HSL 7.5º 0.32% 0.6% -
HSV(B) 7.5º 0.34% 0.73% -
XYZ 31.75 27.81 22.11 -
YUV 145.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 186 130 122 0 0.30 0.34 0.27 7.5 0.32 0.6
Hex BA 82 7A 0 1E 22 1B 8 20 3C
Octal 272 202 172 0 36 42 33 10 40 74
Binary 10111010 10000010 1111010 0 11110 100010 11011 1000 100000 111100

Color Harmonies of #BA827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA827A

Black with #BA827A

Text Example


Text Example

White with #BA827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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