Html Css Color HEX #BA8C7E Brandy Rose

📋 copy color: '#BA8C7E'

red 186 ◦ green 140 ◦ blue 126

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

Shades of Brandy Rose #BA8C7E

Tints of Brandy Rose #BA8C7E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.97%

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

R = 41.15%
G = 30.97%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA8C7E (or 0xBA8C7E) is known color: Brandy Rose. HEX triplet: BA, 8C and 7E. RGB value is (186,140,126). Sum of RGB (Red+Green+Blue) = 186+140+126=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C7E is #457381. Grayscale: #989898. Windows color (decimal): -4551554 or 8293562. OLE color: 8293562.

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

Color convert

RGB 186 140 126 -
CMYK 0 0.25 0.32 0.27
HSL 14º 0.3% 0.61% -
HSV(B) 14º 0.32% 0.73% -
XYZ 33.39 30.7 23.9 -
YUV 152.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 186 140 126 0 0.25 0.32 0.27 14 0.3 0.61
Hex BA 8C 7E 0 19 20 1B E 1E 3D
Octal 272 214 176 0 31 40 33 16 36 75
Binary 10111010 10001100 1111110 0 11001 100000 11011 1110 11110 111101

Color Harmonies of #BA8C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C7E

Black with #BA8C7E

Text Example


Text Example

White with #BA8C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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