Html Css Color HEX #BA8D7E Brandy Rose

📋 copy color: '#BA8D7E'

red 186 ◦ green 141 ◦ blue 126

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

Shades of Brandy Rose #BA8D7E

Tints of Brandy Rose #BA8D7E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.13%

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

R = 41.06%
G = 31.13%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA8D7E (or 0xBA8D7E) is known color: Brandy Rose. HEX triplet: BA, 8D and 7E. RGB value is (186,141,126). Sum of RGB (Red+Green+Blue) = 186+141+126=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D7E is #457281. Grayscale: #989898. Windows color (decimal): -4551298 or 8293818. OLE color: 8293818.

HSL color Cylindrical-coordinate representation of color #BA8D7E: hue angle of 15º 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 #BA8D7E is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 141 126 -
CMYK 0 0.24 0.32 0.27
HSL 15º 0.3% 0.61% -
HSV(B) 15º 0.32% 0.73% -
XYZ 33.54 31 23.95 -
YUV 152.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 186 141 126 0 0.24 0.32 0.27 15 0.3 0.61
Hex BA 8D 7E 0 18 20 1B F 1E 3D
Octal 272 215 176 0 30 40 33 17 36 75
Binary 10111010 10001101 1111110 0 11000 100000 11011 1111 11110 111101

Color Harmonies of #BA8D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D7E

Black with #BA8D7E

Text Example


Text Example

White with #BA8D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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