Html Css Color HEX #BBA390 Rodeo Dust

📋 copy color: '#BBA390'

red 187 ◦ green 163 ◦ blue 144

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

Shades of Rodeo Dust #BBA390

Tints of Rodeo Dust #BBA390

RGB

 RED value IS 187 (73.44% from 255) = 37.85%

 GREEN value IS 163 (64.06% from 255) = 33%

 BLUE value IS 144 (56.64% from 255) = 29.15%

R = 37.85%
G = 33%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BBA390 (or 0xBBA390) is known color: Rodeo Dust. HEX triplet: BB, A3 and 90. RGB value is (187,163,144). Sum of RGB (Red+Green+Blue) = 187+163+144=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA390 is #445C6F. Grayscale: #A8A8A8. Windows color (decimal): -4480112 or 9479099. OLE color: 9479099.

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

Color convert

RGB 187 163 144 -
CMYK 0 0.13 0.23 0.27
HSL 26.51º 0.24% 0.65% -
HSV(B) 26.51º 0.23% 0.73% -
XYZ 38.62 38.77 31.83 -
YUV 168.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 187 163 144 0 0.13 0.23 0.27 26.51 0.24 0.65
Hex BB A3 90 0 D 17 1B 1B 18 41
Octal 273 243 220 0 15 27 33 33 30 101
Binary 10111011 10100011 10010000 0 1101 10111 11011 11011 11000 1000001

Color Harmonies of #BBA390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA390

Black with #BBA390

Text Example


Text Example

White with #BBA390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA390; }

 p { color: rgb(187,163,144); }

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

background-color css

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

 a { background-color: rgb(187,163,144); }

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

border-color css

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

 span { border-color: rgb(187,163,144); }

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