Html Css Color HEX #BA8179 Brandy Rose

📋 copy color: '#BA8179'

red 186 ◦ green 129 ◦ blue 121

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

Shades of Brandy Rose #BA8179

Tints of Brandy Rose #BA8179

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.59%

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

R = 42.66%
G = 29.59%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA8179 (or 0xBA8179) is known color: Brandy Rose. HEX triplet: BA, 81 and 79. RGB value is (186,129,121). Sum of RGB (Red+Green+Blue) = 186+129+121=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8179 is #457E86. Grayscale: #919191. Windows color (decimal): -4554375 or 7963066. OLE color: 7963066.

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

Color convert

RGB 186 129 121 -
CMYK 0 0.31 0.35 0.27
HSL 7.38º 0.32% 0.6% -
HSV(B) 7.38º 0.35% 0.73% -
XYZ 31.55 27.52 21.74 -
YUV 145.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 186 129 121 0 0.31 0.35 0.27 7.38 0.32 0.6
Hex BA 81 79 0 1F 23 1B 7 20 3C
Octal 272 201 171 0 37 43 33 7 40 74
Binary 10111010 10000001 1111001 0 11111 100011 11011 111 100000 111100

Color Harmonies of #BA8179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8179

Black with #BA8179

Text Example


Text Example

White with #BA8179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8179; }

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

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

background-color css

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

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

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

border-color css

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

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

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