Html Css Color HEX #BA8675 Brandy Rose

📋 copy color: '#BA8675'

red 186 ◦ green 134 ◦ blue 117

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

Shades of Brandy Rose #BA8675

Tints of Brandy Rose #BA8675

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.66%

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

R = 42.56%
G = 30.66%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA8675 (or 0xBA8675) is known color: Brandy Rose. HEX triplet: BA, 86 and 75. RGB value is (186,134,117). Sum of RGB (Red+Green+Blue) = 186+134+117=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8675 is #45798A. Grayscale: #939393. Windows color (decimal): -4553099 or 7702202. OLE color: 7702202.

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

Color convert

RGB 186 134 117 -
CMYK 0 0.28 0.37 0.27
HSL 14.78º 0.33% 0.59% -
HSV(B) 14.78º 0.37% 0.73% -
XYZ 31.99 28.77 20.7 -
YUV 147.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 186 134 117 0 0.28 0.37 0.27 14.78 0.33 0.59
Hex BA 86 75 0 1C 25 1B F 21 3B
Octal 272 206 165 0 34 45 33 17 41 73
Binary 10111010 10000110 1110101 0 11100 100101 11011 1111 100001 111011

Color Harmonies of #BA8675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8675

Black with #BA8675

Text Example


Text Example

White with #BA8675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8675; }

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

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

background-color css

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

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

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

border-color css

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

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

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