Html Css Color HEX #BA826D Brandy Rose

📋 copy color: '#BA826D'

red 186 ◦ green 130 ◦ blue 109

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

Shades of Brandy Rose #BA826D

Tints of Brandy Rose #BA826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.65%

R = 43.76%
G = 30.59%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA826D (or 0xBA826D) is known color: Brandy Rose. HEX triplet: BA, 82 and 6D. RGB value is (186,130,109). Sum of RGB (Red+Green+Blue) = 186+130+109=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA826D is #457D92. Grayscale: #909090. Windows color (decimal): -4554131 or 7176890. OLE color: 7176890.

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

Color convert

RGB 186 130 109 -
CMYK 0 0.30 0.41 0.27
HSL 16.36º 0.36% 0.58% -
HSV(B) 16.36º 0.41% 0.73% -
XYZ 30.99 27.51 18.14 -
YUV 144.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 186 130 109 0 0.30 0.41 0.27 16.36 0.36 0.58
Hex BA 82 6D 0 1E 29 1B 10 24 3A
Octal 272 202 155 0 36 51 33 20 44 72
Binary 10111010 10000010 1101101 0 11110 101001 11011 10000 100100 111010

Color Harmonies of #BA826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA826D

Black with #BA826D

Text Example


Text Example

White with #BA826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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