Html Css Color HEX #BA8A7E Brandy Rose

📋 copy color: '#BA8A7E'

red 186 ◦ green 138 ◦ blue 126

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

Shades of Brandy Rose #BA8A7E

Tints of Brandy Rose #BA8A7E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.67%

 BLUE value IS 126 (49.61% from 255) = 28%

R = 41.33%
G = 30.67%
B = 28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA8A7E (or 0xBA8A7E) is known color: Brandy Rose. HEX triplet: BA, 8A and 7E. RGB value is (186,138,126). Sum of RGB (Red+Green+Blue) = 186+138+126=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A7E is #457581. Grayscale: #979797. Windows color (decimal): -4552066 or 8293050. OLE color: 8293050.

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

Color convert

RGB 186 138 126 -
CMYK 0 0.26 0.32 0.27
HSL 12º 0.3% 0.61% -
HSV(B) 12º 0.32% 0.73% -
XYZ 33.1 30.12 23.81 -
YUV 150.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 186 138 126 0 0.26 0.32 0.27 12 0.3 0.61
Hex BA 8A 7E 0 1A 20 1B C 1E 3D
Octal 272 212 176 0 32 40 33 14 36 75
Binary 10111010 10001010 1111110 0 11010 100000 11011 1100 11110 111101

Color Harmonies of #BA8A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A7E

Black with #BA8A7E

Text Example


Text Example

White with #BA8A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A7E; }

 p { color: rgb(186,138,126); }

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

background-color css

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

 a { background-color: rgb(186,138,126); }

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

border-color css

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

 span { border-color: rgb(186,138,126); }

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