Html Css Color HEX #BBA38D Rodeo Dust

📋 copy color: '#BBA38D'

red 187 ◦ green 163 ◦ blue 141

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

Shades of Rodeo Dust #BBA38D

Tints of Rodeo Dust #BBA38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.72%

R = 38.09%
G = 33.2%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BBA38D (or 0xBBA38D) is known color: Rodeo Dust. HEX triplet: BB, A3 and 8D. RGB value is (187,163,141). Sum of RGB (Red+Green+Blue) = 187+163+141=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA38D is #445C72. Grayscale: #A7A7A7. Windows color (decimal): -4480115 or 9282491. OLE color: 9282491.

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

Color convert

RGB 187 163 141 -
CMYK 0 0.13 0.25 0.27
HSL 28.7º 0.25% 0.64% -
HSV(B) 28.7º 0.25% 0.73% -
XYZ 38.4 38.68 30.64 -
YUV 167.67 112.95 141.79 -
System Red Green Blue C M Y K H S L
Decimal 187 163 141 0 0.13 0.25 0.27 28.7 0.25 0.64
Hex BB A3 8D 0 D 19 1B 1D 19 40
Octal 273 243 215 0 15 31 33 35 31 100
Binary 10111011 10100011 10001101 0 1101 11001 11011 11101 11001 1000000

Color Harmonies of #BBA38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA38D

Black with #BBA38D

Text Example


Text Example

White with #BBA38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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