Html Css Color HEX #BA8A6F Brandy Rose

📋 copy color: '#BA8A6F'

red 186 ◦ green 138 ◦ blue 111

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

Shades of Brandy Rose #BA8A6F

Tints of Brandy Rose #BA8A6F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.72%

 BLUE value IS 111 (43.75% from 255) = 25.52%

R = 42.76%
G = 31.72%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA8A6F (or 0xBA8A6F) is known color: Brandy Rose. HEX triplet: BA, 8A and 6F. RGB value is (186,138,111). Sum of RGB (Red+Green+Blue) = 186+138+111=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A6F is #457590. Grayscale: #959595. Windows color (decimal): -4552081 or 7310010. OLE color: 7310010.

HSL color Cylindrical-coordinate representation of color #BA8A6F: hue angle of 21.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8A6F is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 138 111 -
CMYK 0 0.26 0.40 0.27
HSL 21.6º 0.35% 0.58% -
HSV(B) 21.6º 0.4% 0.73% -
XYZ 32.21 29.76 19.09 -
YUV 149.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 186 138 111 0 0.26 0.40 0.27 21.6 0.35 0.58
Hex BA 8A 6F 0 1A 28 1B 16 23 3A
Octal 272 212 157 0 32 50 33 26 43 72
Binary 10111010 10001010 1101111 0 11010 101000 11011 10110 100011 111010

Color Harmonies of #BA8A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A6F

Black with #BA8A6F

Text Example


Text Example

White with #BA8A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A6F; }

 p { color: rgb(186,138,111); }

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

background-color css

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

 a { background-color: rgb(186,138,111); }

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

border-color css

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

 span { border-color: rgb(186,138,111); }

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