Html Css Color HEX #BBA490 Rodeo Dust

📋 copy color: '#BBA490'

red 187 ◦ green 164 ◦ blue 144

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

Shades of Rodeo Dust #BBA490

Tints of Rodeo Dust #BBA490

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.13%

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

R = 37.78%
G = 33.13%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BBA490 (or 0xBBA490) is known color: Rodeo Dust. HEX triplet: BB, A4 and 90. RGB value is (187,164,144). Sum of RGB (Red+Green+Blue) = 187+164+144=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA490 is #445B6F. Grayscale: #A8A8A8. Windows color (decimal): -4479856 or 9479355. OLE color: 9479355.

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

Color convert

RGB 187 164 144 -
CMYK 0 0.12 0.23 0.27
HSL 27.91º 0.24% 0.65% -
HSV(B) 27.91º 0.23% 0.73% -
XYZ 38.8 39.13 31.89 -
YUV 168.6 114.12 141.13 -
System Red Green Blue C M Y K H S L
Decimal 187 164 144 0 0.12 0.23 0.27 27.91 0.24 0.65
Hex BB A4 90 0 C 17 1B 1C 18 41
Octal 273 244 220 0 14 27 33 34 30 101
Binary 10111011 10100100 10010000 0 1100 10111 11011 11100 11000 1000001

Color Harmonies of #BBA490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA490

Black with #BBA490

Text Example


Text Example

White with #BBA490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA490; }

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

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

background-color css

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

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

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

border-color css

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

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

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