Html Css Color HEX #BBA488 Rodeo Dust

📋 copy color: '#BBA488'

red 187 ◦ green 164 ◦ blue 136

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

Shades of Rodeo Dust #BBA488

Tints of Rodeo Dust #BBA488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.93%

R = 38.4%
G = 33.68%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BBA488 (or 0xBBA488) is known color: Rodeo Dust. HEX triplet: BB, A4 and 88. RGB value is (187,164,136). Sum of RGB (Red+Green+Blue) = 187+164+136=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA488 is #445B77. Grayscale: #A7A7A7. Windows color (decimal): -4479864 or 8955067. OLE color: 8955067.

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

Color convert

RGB 187 164 136 -
CMYK 0 0.12 0.27 0.27
HSL 32.94º 0.27% 0.63% -
HSV(B) 32.94º 0.27% 0.73% -
XYZ 38.21 38.89 28.79 -
YUV 167.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 187 164 136 0 0.12 0.27 0.27 32.94 0.27 0.63
Hex BB A4 88 0 C 1B 1B 21 1B 3F
Octal 273 244 210 0 14 33 33 41 33 77
Binary 10111011 10100100 10001000 0 1100 11011 11011 100001 11011 111111

Color Harmonies of #BBA488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA488

Black with #BBA488

Text Example


Text Example

White with #BBA488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA488; }

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

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

background-color css

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

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

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

border-color css

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

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

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