Html Css Color HEX #BA826C Brandy Rose

📋 copy color: '#BA826C'

red 186 ◦ green 130 ◦ blue 108

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

Shades of Brandy Rose #BA826C

Tints of Brandy Rose #BA826C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.47%

R = 43.87%
G = 30.66%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA826C (or 0xBA826C) is known color: Brandy Rose. HEX triplet: BA, 82 and 6C. RGB value is (186,130,108). Sum of RGB (Red+Green+Blue) = 186+130+108=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA826C is #457D93. Grayscale: #909090. Windows color (decimal): -4554132 or 7111354. OLE color: 7111354.

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

Color convert

RGB 186 130 108 -
CMYK 0 0.30 0.42 0.27
HSL 16.92º 0.36% 0.58% -
HSV(B) 16.92º 0.42% 0.73% -
XYZ 30.94 27.49 17.86 -
YUV 144.24 107.55 157.79 -
System Red Green Blue C M Y K H S L
Decimal 186 130 108 0 0.30 0.42 0.27 16.92 0.36 0.58
Hex BA 82 6C 0 1E 2A 1B 11 24 3A
Octal 272 202 154 0 36 52 33 21 44 72
Binary 10111010 10000010 1101100 0 11110 101010 11011 10001 100100 111010

Color Harmonies of #BA826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA826C

Black with #BA826C

Text Example


Text Example

White with #BA826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA826C; }

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

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

background-color css

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

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

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

border-color css

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

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

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