Html Css Color HEX #BBA58C Rodeo Dust

📋 copy color: '#BBA58C'

red 187 ◦ green 165 ◦ blue 140

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

Shades of Rodeo Dust #BBA58C

Tints of Rodeo Dust #BBA58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.46%

R = 38.01%
G = 33.54%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BBA58C (or 0xBBA58C) is known color: Rodeo Dust. HEX triplet: BB, A5 and 8C. RGB value is (187,165,140). Sum of RGB (Red+Green+Blue) = 187+165+140=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA58C is #445A73. Grayscale: #A8A8A8. Windows color (decimal): -4479604 or 9217467. OLE color: 9217467.

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

Color convert

RGB 187 165 140 -
CMYK 0 0.12 0.25 0.27
HSL 31.91º 0.26% 0.64% -
HSV(B) 31.91º 0.25% 0.73% -
XYZ 38.68 39.37 30.37 -
YUV 168.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 187 165 140 0 0.12 0.25 0.27 31.91 0.26 0.64
Hex BB A5 8C 0 C 19 1B 20 1A 40
Octal 273 245 214 0 14 31 33 40 32 100
Binary 10111011 10100101 10001100 0 1100 11001 11011 100000 11010 1000000

Color Harmonies of #BBA58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA58C

Black with #BBA58C

Text Example


Text Example

White with #BBA58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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