Html Css Color HEX #BA7F7D Brandy Rose

📋 copy color: '#BA7F7D'

red 186 ◦ green 127 ◦ blue 125

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

Shades of Brandy Rose #BA7F7D

Tints of Brandy Rose #BA7F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.54%

R = 42.47%
G = 29%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA7F7D (or 0xBA7F7D) is known color: Brandy Rose. HEX triplet: BA, 7F and 7D. RGB value is (186,127,125). Sum of RGB (Red+Green+Blue) = 186+127+125=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F7D is #458082. Grayscale: #909090. Windows color (decimal): -4554883 or 8224698. OLE color: 8224698.

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

Color convert

RGB 186 127 125 -
CMYK 0 0.32 0.33 0.27
HSL 1.97º 0.31% 0.61% -
HSV(B) 1.97º 0.33% 0.73% -
XYZ 31.54 27.1 22.97 -
YUV 144.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 186 127 125 0 0.32 0.33 0.27 1.97 0.31 0.61
Hex BA 7F 7D 0 20 21 1B 2 1F 3D
Octal 272 177 175 0 40 41 33 2 37 75
Binary 10111010 1111111 1111101 0 100000 100001 11011 10 11111 111101

Color Harmonies of #BA7F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F7D

Black with #BA7F7D

Text Example


Text Example

White with #BA7F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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