Html Css Color HEX #BA7B6D Brandy Rose

📋 copy color: '#BA7B6D'

red 186 ◦ green 123 ◦ blue 109

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

Shades of Brandy Rose #BA7B6D

Tints of Brandy Rose #BA7B6D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.43%

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

R = 44.5%
G = 29.43%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA7B6D (or 0xBA7B6D) is known color: Brandy Rose. HEX triplet: BA, 7B and 6D. RGB value is (186,123,109). Sum of RGB (Red+Green+Blue) = 186+123+109=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B6D is #458492. Grayscale: #8C8C8C. Windows color (decimal): -4555923 or 7175098. OLE color: 7175098.

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

Color convert

RGB 186 123 109 -
CMYK 0 0.34 0.41 0.27
HSL 10.91º 0.36% 0.58% -
HSV(B) 10.91º 0.41% 0.73% -
XYZ 30.09 25.71 17.84 -
YUV 140.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 186 123 109 0 0.34 0.41 0.27 10.91 0.36 0.58
Hex BA 7B 6D 0 22 29 1B B 24 3A
Octal 272 173 155 0 42 51 33 13 44 72
Binary 10111010 1111011 1101101 0 100010 101001 11011 1011 100100 111010

Color Harmonies of #BA7B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B6D

Black with #BA7B6D

Text Example


Text Example

White with #BA7B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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