Html Css Color HEX #BA8B73 Brandy Rose

📋 copy color: '#BA8B73'

red 186 ◦ green 139 ◦ blue 115

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

Shades of Brandy Rose #BA8B73

Tints of Brandy Rose #BA8B73

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.59%

 BLUE value IS 115 (45.31% from 255) = 26.14%

R = 42.27%
G = 31.59%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA8B73 (or 0xBA8B73) is known color: Brandy Rose. HEX triplet: BA, 8B and 73. RGB value is (186,139,115). Sum of RGB (Red+Green+Blue) = 186+139+115=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B73 is #45748C. Grayscale: #969696. Windows color (decimal): -4551821 or 7572410. OLE color: 7572410.

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

Color convert

RGB 186 139 115 -
CMYK 0 0.25 0.38 0.27
HSL 20.28º 0.34% 0.59% -
HSV(B) 20.28º 0.38% 0.73% -
XYZ 32.58 30.14 20.32 -
YUV 150.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 186 139 115 0 0.25 0.38 0.27 20.28 0.34 0.59
Hex BA 8B 73 0 19 26 1B 14 22 3B
Octal 272 213 163 0 31 46 33 24 42 73
Binary 10111010 10001011 1110011 0 11001 100110 11011 10100 100010 111011

Color Harmonies of #BA8B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8B73

Black with #BA8B73

Text Example


Text Example

White with #BA8B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8B73; }

 p { color: rgb(186,139,115); }

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

background-color css

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

 a { background-color: rgb(186,139,115); }

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

border-color css

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

 span { border-color: rgb(186,139,115); }

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