Html Css Color HEX #BA876D Brandy Rose

📋 copy color: '#BA876D'

red 186 ◦ green 135 ◦ blue 109

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

Shades of Brandy Rose #BA876D

Tints of Brandy Rose #BA876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.4%

 BLUE value IS 109 (42.97% from 255) = 25.35%

R = 43.26%
G = 31.4%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA876D (or 0xBA876D) is known color: Brandy Rose. HEX triplet: BA, 87 and 6D. RGB value is (186,135,109). Sum of RGB (Red+Green+Blue) = 186+135+109=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA876D is #457892. Grayscale: #939393. Windows color (decimal): -4552851 or 7178170. OLE color: 7178170.

HSL color Cylindrical-coordinate representation of color #BA876D: hue angle of 20.26º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA876D is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 135 109 -
CMYK 0 0.27 0.41 0.27
HSL 20.26º 0.36% 0.58% -
HSV(B) 20.26º 0.41% 0.73% -
XYZ 31.67 28.87 18.37 -
YUV 147.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 186 135 109 0 0.27 0.41 0.27 20.26 0.36 0.58
Hex BA 87 6D 0 1B 29 1B 14 24 3A
Octal 272 207 155 0 33 51 33 24 44 72
Binary 10111010 10000111 1101101 0 11011 101001 11011 10100 100100 111010

Color Harmonies of #BA876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA876D

Black with #BA876D

Text Example


Text Example

White with #BA876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA876D; }

 p { color: rgb(186,135,109); }

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

background-color css

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

 a { background-color: rgb(186,135,109); }

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

border-color css

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

 span { border-color: rgb(186,135,109); }

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