Html Css Color HEX #BA8C8A Rosy Brown

📋 copy color: '#BA8C8A'

red 186 ◦ green 140 ◦ blue 138

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

Shades of Rosy Brown #BA8C8A

Tints of Rosy Brown #BA8C8A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.17%

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 40.09%
G = 30.17%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA8C8A (or 0xBA8C8A) is known color: Rosy Brown. HEX triplet: BA, 8C and 8A. RGB value is (186,140,138). Sum of RGB (Red+Green+Blue) = 186+140+138=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8C8A is #457375. Grayscale: #999999. Windows color (decimal): -4551542 or 9079994. OLE color: 9079994.

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

Color convert

RGB 186 140 138 -
CMYK 0 0.25 0.26 0.27
HSL 2.5º 0.26% 0.64% -
HSV(B) 2.5º 0.26% 0.73% -
XYZ 34.22 31.03 28.23 -
YUV 153.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 186 140 138 0 0.25 0.26 0.27 2.5 0.26 0.64
Hex BA 8C 8A 0 19 1A 1B 2 1A 40
Octal 272 214 212 0 31 32 33 2 32 100
Binary 10111010 10001100 10001010 0 11001 11010 11011 10 11010 1000000

Color Harmonies of #BA8C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C8A

Black with #BA8C8A

Text Example


Text Example

White with #BA8C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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