Html Css Color HEX #BA8A6D Brandy Rose

📋 copy color: '#BA8A6D'

red 186 ◦ green 138 ◦ blue 109

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

Shades of Brandy Rose #BA8A6D

Tints of Brandy Rose #BA8A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.17%

R = 42.96%
G = 31.87%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA8A6D (or 0xBA8A6D) is known color: Brandy Rose. HEX triplet: BA, 8A and 6D. RGB value is (186,138,109). Sum of RGB (Red+Green+Blue) = 186+138+109=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A6D is #457592. Grayscale: #959595. Windows color (decimal): -4552083 or 7178938. OLE color: 7178938.

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

Color convert

RGB 186 138 109 -
CMYK 0 0.26 0.41 0.27
HSL 22.6º 0.36% 0.58% -
HSV(B) 22.6º 0.41% 0.73% -
XYZ 32.1 29.72 18.51 -
YUV 149.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 186 138 109 0 0.26 0.41 0.27 22.6 0.36 0.58
Hex BA 8A 6D 0 1A 29 1B 17 24 3A
Octal 272 212 155 0 32 51 33 27 44 72
Binary 10111010 10001010 1101101 0 11010 101001 11011 10111 100100 111010

Color Harmonies of #BA8A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A6D

Black with #BA8A6D

Text Example


Text Example

White with #BA8A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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