Html Css Color HEX #BBA590 Rodeo Dust

📋 copy color: '#BBA590'

red 187 ◦ green 165 ◦ blue 144

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

Shades of Rodeo Dust #BBA590

Tints of Rodeo Dust #BBA590

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.27%

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

R = 37.7%
G = 33.27%
B = 29.03%

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

#BBA590 (or 0xBBA590) is known color: Rodeo Dust. HEX triplet: BB, A5 and 90. RGB value is (187,165,144). Sum of RGB (Red+Green+Blue) = 187+165+144=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA590 is #445A6F. Grayscale: #A9A9A9. Windows color (decimal): -4479600 or 9479611. OLE color: 9479611.

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

Color convert

RGB 187 165 144 -
CMYK 0 0.12 0.23 0.27
HSL 29.3º 0.24% 0.65% -
HSV(B) 29.3º 0.23% 0.73% -
XYZ 38.98 39.49 31.95 -
YUV 169.18 113.79 140.71 -
System Red Green Blue C M Y K H S L
Decimal 187 165 144 0 0.12 0.23 0.27 29.3 0.24 0.65
Hex BB A5 90 0 C 17 1B 1D 18 41
Octal 273 245 220 0 14 27 33 35 30 101
Binary 10111011 10100101 10010000 0 1100 10111 11011 11101 11000 1000001

Color Harmonies of #BBA590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA590

Black with #BBA590

Text Example


Text Example

White with #BBA590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA590; }

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

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

background-color css

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

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

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

border-color css

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

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

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