Html Css Color HEX #BA8B7F Brandy Rose

📋 copy color: '#BA8B7F'

red 186 ◦ green 139 ◦ blue 127

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

Shades of Brandy Rose #BA8B7F

Tints of Brandy Rose #BA8B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.1%

R = 41.15%
G = 30.75%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA8B7F (or 0xBA8B7F) is known color: Brandy Rose. HEX triplet: BA, 8B and 7F. RGB value is (186,139,127). Sum of RGB (Red+Green+Blue) = 186+139+127=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B7F is #457480. Grayscale: #979797. Windows color (decimal): -4551809 or 8358842. OLE color: 8358842.

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

Color convert

RGB 186 139 127 -
CMYK 0 0.25 0.32 0.27
HSL 12.2º 0.3% 0.61% -
HSV(B) 12.2º 0.32% 0.73% -
XYZ 33.31 30.44 24.2 -
YUV 151.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 186 139 127 0 0.25 0.32 0.27 12.2 0.3 0.61
Hex BA 8B 7F 0 19 20 1B C 1E 3D
Octal 272 213 177 0 31 40 33 14 36 75
Binary 10111010 10001011 1111111 0 11001 100000 11011 1100 11110 111101

Color Harmonies of #BA8B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8B7F

Black with #BA8B7F

Text Example


Text Example

White with #BA8B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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