Html Css Color HEX #BA7F75 Brandy Rose

📋 copy color: '#BA7F75'

red 186 ◦ green 127 ◦ blue 117

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

Shades of Brandy Rose #BA7F75

Tints of Brandy Rose #BA7F75

RGB

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

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

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

R = 43.26%
G = 29.53%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA7F75 (or 0xBA7F75) is known color: Brandy Rose. HEX triplet: BA, 7F and 75. RGB value is (186,127,117). Sum of RGB (Red+Green+Blue) = 186+127+117=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F75 is #45808A. Grayscale: #8F8F8F. Windows color (decimal): -4554891 or 7700410. OLE color: 7700410.

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

Color convert

RGB 186 127 117 -
CMYK 0 0.32 0.37 0.27
HSL 8.7º 0.33% 0.59% -
HSV(B) 8.7º 0.37% 0.73% -
XYZ 31.05 26.9 20.39 -
YUV 143.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 186 127 117 0 0.32 0.37 0.27 8.7 0.33 0.59
Hex BA 7F 75 0 20 25 1B 9 21 3B
Octal 272 177 165 0 40 45 33 11 41 73
Binary 10111010 1111111 1110101 0 100000 100101 11011 1001 100001 111011

Color Harmonies of #BA7F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F75

Black with #BA7F75

Text Example


Text Example

White with #BA7F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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