Html Css Color HEX #BA8777 Brandy Rose

📋 copy color: '#BA8777'

red 186 ◦ green 135 ◦ blue 119

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

Shades of Brandy Rose #BA8777

Tints of Brandy Rose #BA8777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.68%

 BLUE value IS 119 (46.88% from 255) = 27.05%

R = 42.27%
G = 30.68%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA8777 (or 0xBA8777) is known color: Brandy Rose. HEX triplet: BA, 87 and 77. RGB value is (186,135,119). Sum of RGB (Red+Green+Blue) = 186+135+119=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8777 is #457888. Grayscale: #949494. Windows color (decimal): -4552841 or 7833530. OLE color: 7833530.

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

Color convert

RGB 186 135 119 -
CMYK 0 0.27 0.36 0.27
HSL 14.33º 0.33% 0.6% -
HSV(B) 14.33º 0.36% 0.73% -
XYZ 32.24 29.1 21.37 -
YUV 148.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 186 135 119 0 0.27 0.36 0.27 14.33 0.33 0.6
Hex BA 87 77 0 1B 24 1B E 21 3C
Octal 272 207 167 0 33 44 33 16 41 74
Binary 10111010 10000111 1110111 0 11011 100100 11011 1110 100001 111100

Color Harmonies of #BA8777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8777

Black with #BA8777

Text Example


Text Example

White with #BA8777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8777; }

 p { color: rgb(186,135,119); }

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

background-color css

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

 a { background-color: rgb(186,135,119); }

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

border-color css

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

 span { border-color: rgb(186,135,119); }

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