Html Css Color HEX #BA7F68 Brandy Rose

📋 copy color: '#BA7F68'

red 186 ◦ green 127 ◦ blue 104

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

Shades of Brandy Rose #BA7F68

Tints of Brandy Rose #BA7F68

RGB

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

 GREEN value IS 127 (50% from 255) = 30.46%

 BLUE value IS 104 (41.02% from 255) = 24.94%

R = 44.6%
G = 30.46%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA7F68 (or 0xBA7F68) is known color: Brandy Rose. HEX triplet: BA, 7F and 68. RGB value is (186,127,104). Sum of RGB (Red+Green+Blue) = 186+127+104=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F68 is #458097. Grayscale: #8E8E8E. Windows color (decimal): -4554904 or 6848442. OLE color: 6848442.

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

Color convert

RGB 186 127 104 -
CMYK 0 0.32 0.44 0.27
HSL 16.83º 0.37% 0.57% -
HSV(B) 16.83º 0.44% 0.73% -
XYZ 30.34 26.62 16.64 -
YUV 142.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 186 127 104 0 0.32 0.44 0.27 16.83 0.37 0.57
Hex BA 7F 68 0 20 2C 1B 11 25 39
Octal 272 177 150 0 40 54 33 21 45 71
Binary 10111010 1111111 1101000 0 100000 101100 11011 10001 100101 111001

Color Harmonies of #BA7F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F68

Black with #BA7F68

Text Example


Text Example

White with #BA7F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F68; }

 p { color: rgb(186,127,104); }

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

background-color css

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

 a { background-color: rgb(186,127,104); }

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

border-color css

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

 span { border-color: rgb(186,127,104); }

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