Html Css Color HEX #BBA387 Rodeo Dust

📋 copy color: '#BBA387'

red 187 ◦ green 163 ◦ blue 135

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

Shades of Rodeo Dust #BBA387

Tints of Rodeo Dust #BBA387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.84%

R = 38.56%
G = 33.61%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BBA387 (or 0xBBA387) is known color: Rodeo Dust. HEX triplet: BB, A3 and 87. RGB value is (187,163,135). Sum of RGB (Red+Green+Blue) = 187+163+135=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA387 is #445C78. Grayscale: #A7A7A7. Windows color (decimal): -4480121 or 8889275. OLE color: 8889275.

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

Color convert

RGB 187 163 135 -
CMYK 0 0.13 0.28 0.27
HSL 32.31º 0.28% 0.63% -
HSV(B) 32.31º 0.28% 0.73% -
XYZ 37.96 38.51 28.35 -
YUV 166.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 187 163 135 0 0.13 0.28 0.27 32.31 0.28 0.63
Hex BB A3 87 0 D 1C 1B 20 1C 3F
Octal 273 243 207 0 15 34 33 40 34 77
Binary 10111011 10100011 10000111 0 1101 11100 11011 100000 11100 111111

Color Harmonies of #BBA387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA387

Black with #BBA387

Text Example


Text Example

White with #BBA387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA387; }

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

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

background-color css

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

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

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

border-color css

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

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

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