Html Css Color HEX #BBA189 Rodeo Dust

📋 copy color: '#BBA189'

red 187 ◦ green 161 ◦ blue 137

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

Shades of Rodeo Dust #BBA189

Tints of Rodeo Dust #BBA189

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.2%

 BLUE value IS 137 (53.91% from 255) = 28.25%

R = 38.56%
G = 33.2%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BBA189 (or 0xBBA189) is known color: Rodeo Dust. HEX triplet: BB, A1 and 89. RGB value is (187,161,137). Sum of RGB (Red+Green+Blue) = 187+161+137=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA189 is #445E76. Grayscale: #A6A6A6. Windows color (decimal): -4480631 or 9019835. OLE color: 9019835.

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

Color convert

RGB 187 161 137 -
CMYK 0 0.14 0.27 0.27
HSL 28.8º 0.27% 0.64% -
HSV(B) 28.8º 0.27% 0.73% -
XYZ 37.75 37.86 28.98 -
YUV 166.04 111.61 142.95 -
System Red Green Blue C M Y K H S L
Decimal 187 161 137 0 0.14 0.27 0.27 28.8 0.27 0.64
Hex BB A1 89 0 E 1B 1B 1D 1B 40
Octal 273 241 211 0 16 33 33 35 33 100
Binary 10111011 10100001 10001001 0 1110 11011 11011 11101 11011 1000000

Color Harmonies of #BBA189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA189

Black with #BBA189

Text Example


Text Example

White with #BBA189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA189; }

 p { color: rgb(187,161,137); }

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

background-color css

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

 a { background-color: rgb(187,161,137); }

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

border-color css

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

 span { border-color: rgb(187,161,137); }

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