Html Css Color HEX #BA8178 Brandy Rose

📋 copy color: '#BA8178'

red 186 ◦ green 129 ◦ blue 120

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

Shades of Brandy Rose #BA8178

Tints of Brandy Rose #BA8178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.59%

R = 42.76%
G = 29.66%
B = 27.59%

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

#BA8178 (or 0xBA8178) is known color: Brandy Rose. HEX triplet: BA, 81 and 78. RGB value is (186,129,120). Sum of RGB (Red+Green+Blue) = 186+129+120=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8178 is #457E87. Grayscale: #919191. Windows color (decimal): -4554376 or 7897530. OLE color: 7897530.

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

Color convert

RGB 186 129 120 -
CMYK 0 0.31 0.35 0.27
HSL 8.18º 0.32% 0.6% -
HSV(B) 8.18º 0.35% 0.73% -
XYZ 31.49 27.5 21.42 -
YUV 145.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 186 129 120 0 0.31 0.35 0.27 8.18 0.32 0.6
Hex BA 81 78 0 1F 23 1B 8 20 3C
Octal 272 201 170 0 37 43 33 10 40 74
Binary 10111010 10000001 1111000 0 11111 100011 11011 1000 100000 111100

Color Harmonies of #BA8178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8178

Black with #BA8178

Text Example


Text Example

White with #BA8178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8178; }

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

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

background-color css

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

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

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

border-color css

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

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

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