Html Css Color HEX #BA8B7D Brandy Rose

📋 copy color: '#BA8B7D'

red 186 ◦ green 139 ◦ blue 125

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

Shades of Brandy Rose #BA8B7D

Tints of Brandy Rose #BA8B7D

RGB

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

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

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

R = 41.33%
G = 30.89%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA8B7D (or 0xBA8B7D) is known color: Brandy Rose. HEX triplet: BA, 8B and 7D. RGB value is (186,139,125). Sum of RGB (Red+Green+Blue) = 186+139+125=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B7D is #457482. Grayscale: #979797. Windows color (decimal): -4551811 or 8227770. OLE color: 8227770.

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

Color convert

RGB 186 139 125 -
CMYK 0 0.25 0.33 0.27
HSL 13.77º 0.31% 0.61% -
HSV(B) 13.77º 0.33% 0.73% -
XYZ 33.18 30.39 23.52 -
YUV 151.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 186 139 125 0 0.25 0.33 0.27 13.77 0.31 0.61
Hex BA 8B 7D 0 19 21 1B E 1F 3D
Octal 272 213 175 0 31 41 33 16 37 75
Binary 10111010 10001011 1111101 0 11001 100001 11011 1110 11111 111101

Color Harmonies of #BA8B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8B7D

Black with #BA8B7D

Text Example


Text Example

White with #BA8B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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