Html Css Color HEX #BBA38B Rodeo Dust

📋 copy color: '#BBA38B'

red 187 ◦ green 163 ◦ blue 139

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

Shades of Rodeo Dust #BBA38B

Tints of Rodeo Dust #BBA38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.43%

R = 38.24%
G = 33.33%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BBA38B (or 0xBBA38B) is known color: Rodeo Dust. HEX triplet: BB, A3 and 8B. RGB value is (187,163,139). Sum of RGB (Red+Green+Blue) = 187+163+139=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA38B is #445C74. Grayscale: #A7A7A7. Windows color (decimal): -4480117 or 9151419. OLE color: 9151419.

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

Color convert

RGB 187 163 139 -
CMYK 0 0.13 0.26 0.27
HSL 30º 0.26% 0.64% -
HSV(B) 30º 0.26% 0.73% -
XYZ 38.25 38.62 29.87 -
YUV 167.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 187 163 139 0 0.13 0.26 0.27 30 0.26 0.64
Hex BB A3 8B 0 D 1A 1B 1E 1A 40
Octal 273 243 213 0 15 32 33 36 32 100
Binary 10111011 10100011 10001011 0 1101 11010 11011 11110 11010 1000000

Color Harmonies of #BBA38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA38B

Black with #BBA38B

Text Example


Text Example

White with #BBA38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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