Html Css Color HEX #BA7F7B Brandy Rose

📋 copy color: '#BA7F7B'

red 186 ◦ green 127 ◦ blue 123

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

Shades of Brandy Rose #BA7F7B

Tints of Brandy Rose #BA7F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.21%

R = 42.66%
G = 29.13%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA7F7B (or 0xBA7F7B) is known color: Brandy Rose. HEX triplet: BA, 7F and 7B. RGB value is (186,127,123). Sum of RGB (Red+Green+Blue) = 186+127+123=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F7B is #458084. Grayscale: #909090. Windows color (decimal): -4554885 or 8093626. OLE color: 8093626.

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

Color convert

RGB 186 127 123 -
CMYK 0 0.32 0.34 0.27
HSL 3.81º 0.31% 0.61% -
HSV(B) 3.81º 0.34% 0.73% -
XYZ 31.41 27.05 22.3 -
YUV 144.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 186 127 123 0 0.32 0.34 0.27 3.81 0.31 0.61
Hex BA 7F 7B 0 20 22 1B 4 1F 3D
Octal 272 177 173 0 40 42 33 4 37 75
Binary 10111010 1111111 1111011 0 100000 100010 11011 100 11111 111101

Color Harmonies of #BA7F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F7B

Black with #BA7F7B

Text Example


Text Example

White with #BA7F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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