Html Css Color HEX #BA8975 Brandy Rose

📋 copy color: '#BA8975'

red 186 ◦ green 137 ◦ blue 117

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

Shades of Brandy Rose #BA8975

Tints of Brandy Rose #BA8975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.14%

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

R = 42.27%
G = 31.14%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA8975 (or 0xBA8975) is known color: Brandy Rose. HEX triplet: BA, 89 and 75. RGB value is (186,137,117). Sum of RGB (Red+Green+Blue) = 186+137+117=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8975 is #45768A. Grayscale: #959595. Windows color (decimal): -4552331 or 7702970. OLE color: 7702970.

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

Color convert

RGB 186 137 117 -
CMYK 0 0.26 0.37 0.27
HSL 17.39º 0.33% 0.59% -
HSV(B) 17.39º 0.37% 0.73% -
XYZ 32.41 29.61 20.84 -
YUV 149.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 186 137 117 0 0.26 0.37 0.27 17.39 0.33 0.59
Hex BA 89 75 0 1A 25 1B 11 21 3B
Octal 272 211 165 0 32 45 33 21 41 73
Binary 10111010 10001001 1110101 0 11010 100101 11011 10001 100001 111011

Color Harmonies of #BA8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8975

Black with #BA8975

Text Example


Text Example

White with #BA8975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8975; }

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

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

background-color css

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

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

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

border-color css

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

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

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