Html Css Color HEX #BA837E Brandy Rose

📋 copy color: '#BA837E'

red 186 ◦ green 131 ◦ blue 126

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

Shades of Brandy Rose #BA837E

Tints of Brandy Rose #BA837E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.57%

 BLUE value IS 126 (49.61% from 255) = 28.44%

R = 41.99%
G = 29.57%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA837E (or 0xBA837E) is known color: Brandy Rose. HEX triplet: BA, 83 and 7E. RGB value is (186,131,126). Sum of RGB (Red+Green+Blue) = 186+131+126=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA837E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA837E is #457C81. Grayscale: #929292. Windows color (decimal): -4553858 or 8291258. OLE color: 8291258.

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

Color convert

RGB 186 131 126 -
CMYK 0 0.30 0.32 0.27
HSL 0.3% 0.61% -
HSV(B) 0.32% 0.73% -
XYZ 32.13 28.18 23.48 -
YUV 146.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 186 131 126 0 0.30 0.32 0.27 5 0.3 0.61
Hex BA 83 7E 0 1E 20 1B 5 1E 3D
Octal 272 203 176 0 36 40 33 5 36 75
Binary 10111010 10000011 1111110 0 11110 100000 11011 101 11110 111101

Color Harmonies of #BA837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA837E

Black with #BA837E

Text Example


Text Example

White with #BA837E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA837E; }

 p { color: rgb(186,131,126); }

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

background-color css

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

 a { background-color: rgb(186,131,126); }

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

border-color css

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

 span { border-color: rgb(186,131,126); }

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