Html Css Color HEX #BA908C Rosy Brown

📋 copy color: '#BA908C'

red 186 ◦ green 144 ◦ blue 140

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

Shades of Rosy Brown #BA908C

Tints of Rosy Brown #BA908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.64%

 BLUE value IS 140 (55.08% from 255) = 29.79%

R = 39.57%
G = 30.64%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA908C (or 0xBA908C) is known color: Rosy Brown. HEX triplet: BA, 90 and 8C. RGB value is (186,144,140). Sum of RGB (Red+Green+Blue) = 186+144+140=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA908C is #456F73. Grayscale: #9C9C9C. Windows color (decimal): -4550516 or 9212090. OLE color: 9212090.

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

Color convert

RGB 186 144 140 -
CMYK 0 0.23 0.25 0.27
HSL 5.22º 0.25% 0.64% -
HSV(B) 5.22º 0.25% 0.73% -
XYZ 34.96 32.28 29.2 -
YUV 156.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 186 144 140 0 0.23 0.25 0.27 5.22 0.25 0.64
Hex BA 90 8C 0 17 19 1B 5 19 40
Octal 272 220 214 0 27 31 33 5 31 100
Binary 10111010 10010000 10001100 0 10111 11001 11011 101 11001 1000000

Color Harmonies of #BA908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA908C

Black with #BA908C

Text Example


Text Example

White with #BA908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA908C; }

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

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

background-color css

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

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

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

border-color css

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

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

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