Html Css Color HEX #BBA388 Rodeo Dust

📋 copy color: '#BBA388'

red 187 ◦ green 163 ◦ blue 136

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

Shades of Rodeo Dust #BBA388

Tints of Rodeo Dust #BBA388

RGB

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

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

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

R = 38.48%
G = 33.54%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BBA388 (or 0xBBA388) is known color: Rodeo Dust. HEX triplet: BB, A3 and 88. RGB value is (187,163,136). Sum of RGB (Red+Green+Blue) = 187+163+136=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA388 is #445C77. Grayscale: #A7A7A7. Windows color (decimal): -4480120 or 8954811. OLE color: 8954811.

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

Color convert

RGB 187 163 136 -
CMYK 0 0.13 0.27 0.27
HSL 31.76º 0.27% 0.63% -
HSV(B) 31.76º 0.27% 0.73% -
XYZ 38.03 38.54 28.73 -
YUV 167.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 187 163 136 0 0.13 0.27 0.27 31.76 0.27 0.63
Hex BB A3 88 0 D 1B 1B 20 1B 3F
Octal 273 243 210 0 15 33 33 40 33 77
Binary 10111011 10100011 10001000 0 1101 11011 11011 100000 11011 111111

Color Harmonies of #BBA388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA388

Black with #BBA388

Text Example


Text Example

White with #BBA388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA388; }

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

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

background-color css

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

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

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

border-color css

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

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

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