Html Css Color HEX #BA827D Brandy Rose

📋 copy color: '#BA827D'

red 186 ◦ green 130 ◦ blue 125

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

Shades of Brandy Rose #BA827D

Tints of Brandy Rose #BA827D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.34%

R = 42.18%
G = 29.48%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA827D (or 0xBA827D) is known color: Brandy Rose. HEX triplet: BA, 82 and 7D. RGB value is (186,130,125). Sum of RGB (Red+Green+Blue) = 186+130+125=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA827D is #457D82. Grayscale: #929292. Windows color (decimal): -4554115 or 8225466. OLE color: 8225466.

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

Color convert

RGB 186 130 125 -
CMYK 0 0.30 0.33 0.27
HSL 4.92º 0.31% 0.61% -
HSV(B) 4.92º 0.33% 0.73% -
XYZ 31.93 27.89 23.1 -
YUV 146.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 186 130 125 0 0.30 0.33 0.27 4.92 0.31 0.61
Hex BA 82 7D 0 1E 21 1B 5 1F 3D
Octal 272 202 175 0 36 41 33 5 37 75
Binary 10111010 10000010 1111101 0 11110 100001 11011 101 11111 111101

Color Harmonies of #BA827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA827D

Black with #BA827D

Text Example


Text Example

White with #BA827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA827D; }

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

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

background-color css

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

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

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

border-color css

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

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

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