Html Css Color HEX #BA8479 Brandy Rose

📋 copy color: '#BA8479'

red 186 ◦ green 132 ◦ blue 121

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

Shades of Brandy Rose #BA8479

Tints of Brandy Rose #BA8479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.07%

 BLUE value IS 121 (47.66% from 255) = 27.56%

R = 42.37%
G = 30.07%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA8479 (or 0xBA8479) is known color: Brandy Rose. HEX triplet: BA, 84 and 79. RGB value is (186,132,121). Sum of RGB (Red+Green+Blue) = 186+132+121=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8479 is #457B86. Grayscale: #929292. Windows color (decimal): -4553607 or 7963834. OLE color: 7963834.

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

Color convert

RGB 186 132 121 -
CMYK 0 0.29 0.35 0.27
HSL 10.15º 0.32% 0.6% -
HSV(B) 10.15º 0.35% 0.73% -
XYZ 31.95 28.32 21.87 -
YUV 146.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 186 132 121 0 0.29 0.35 0.27 10.15 0.32 0.6
Hex BA 84 79 0 1D 23 1B A 20 3C
Octal 272 204 171 0 35 43 33 12 40 74
Binary 10111010 10000100 1111001 0 11101 100011 11011 1010 100000 111100

Color Harmonies of #BA8479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8479

Black with #BA8479

Text Example


Text Example

White with #BA8479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8479; }

 p { color: rgb(186,132,121); }

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

background-color css

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

 a { background-color: rgb(186,132,121); }

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

border-color css

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

 span { border-color: rgb(186,132,121); }

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