Html Css Color HEX #BA826A Brandy Rose

📋 copy color: '#BA826A'

red 186 ◦ green 130 ◦ blue 106

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

Shades of Brandy Rose #BA826A

Tints of Brandy Rose #BA826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.12%

R = 44.08%
G = 30.81%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA826A (or 0xBA826A) is known color: Brandy Rose. HEX triplet: BA, 82 and 6A. RGB value is (186,130,106). Sum of RGB (Red+Green+Blue) = 186+130+106=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA826A is #457D95. Grayscale: #909090. Windows color (decimal): -4554134 or 6980282. OLE color: 6980282.

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

Color convert

RGB 186 130 106 -
CMYK 0 0.30 0.43 0.27
HSL 18º 0.37% 0.57% -
HSV(B) 18º 0.43% 0.73% -
XYZ 30.83 27.44 17.31 -
YUV 144.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 186 130 106 0 0.30 0.43 0.27 18 0.37 0.57
Hex BA 82 6A 0 1E 2B 1B 12 25 39
Octal 272 202 152 0 36 53 33 22 45 71
Binary 10111010 10000010 1101010 0 11110 101011 11011 10010 100101 111001

Color Harmonies of #BA826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA826A

Black with #BA826A

Text Example


Text Example

White with #BA826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA826A; }

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

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

background-color css

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

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

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

border-color css

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

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

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