Html Css Color HEX #BA8773 Brandy Rose

📋 copy color: '#BA8773'

red 186 ◦ green 135 ◦ blue 115

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

Shades of Brandy Rose #BA8773

Tints of Brandy Rose #BA8773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.38%

R = 42.66%
G = 30.96%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA8773 (or 0xBA8773) is known color: Brandy Rose. HEX triplet: BA, 87 and 73. RGB value is (186,135,115). Sum of RGB (Red+Green+Blue) = 186+135+115=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8773 is #45788C. Grayscale: #949494. Windows color (decimal): -4552845 or 7571386. OLE color: 7571386.

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

Color convert

RGB 186 135 115 -
CMYK 0 0.27 0.38 0.27
HSL 16.9º 0.34% 0.59% -
HSV(B) 16.9º 0.38% 0.73% -
XYZ 32.01 29 20.13 -
YUV 147.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 186 135 115 0 0.27 0.38 0.27 16.9 0.34 0.59
Hex BA 87 73 0 1B 26 1B 11 22 3B
Octal 272 207 163 0 33 46 33 21 42 73
Binary 10111010 10000111 1110011 0 11011 100110 11011 10001 100010 111011

Color Harmonies of #BA8773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8773

Black with #BA8773

Text Example


Text Example

White with #BA8773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8773; }

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

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

background-color css

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

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

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

border-color css

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

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

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