Html Css Color HEX #BA8275 Brandy Rose

📋 copy color: '#BA8275'

red 186 ◦ green 130 ◦ blue 117

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

Shades of Brandy Rose #BA8275

Tints of Brandy Rose #BA8275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.02%

 BLUE value IS 117 (46.09% from 255) = 27.02%

R = 42.96%
G = 30.02%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA8275 (or 0xBA8275) is known color: Brandy Rose. HEX triplet: BA, 82 and 75. RGB value is (186,130,117). Sum of RGB (Red+Green+Blue) = 186+130+117=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8275 is #457D8A. Grayscale: #919191. Windows color (decimal): -4554123 or 7701178. OLE color: 7701178.

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

Color convert

RGB 186 130 117 -
CMYK 0 0.30 0.37 0.27
HSL 11.3º 0.33% 0.59% -
HSV(B) 11.3º 0.37% 0.73% -
XYZ 31.44 27.69 20.52 -
YUV 145.26 112.05 157.06 -
System Red Green Blue C M Y K H S L
Decimal 186 130 117 0 0.30 0.37 0.27 11.3 0.33 0.59
Hex BA 82 75 0 1E 25 1B B 21 3B
Octal 272 202 165 0 36 45 33 13 41 73
Binary 10111010 10000010 1110101 0 11110 100101 11011 1011 100001 111011

Color Harmonies of #BA8275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8275

Black with #BA8275

Text Example


Text Example

White with #BA8275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8275; }

 p { color: rgb(186,130,117); }

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

background-color css

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

 a { background-color: rgb(186,130,117); }

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

border-color css

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

 span { border-color: rgb(186,130,117); }

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