Html Css Color HEX #BCA790 Rodeo Dust

📋 copy color: '#BCA790'

red 188 ◦ green 167 ◦ blue 144

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

Shades of Rodeo Dust #BCA790

Tints of Rodeo Dust #BCA790

RGB

 RED value IS 188 (73.83% from 255) = 37.68%

 GREEN value IS 167 (65.63% from 255) = 33.47%

 BLUE value IS 144 (56.64% from 255) = 28.86%

R = 37.68%
G = 33.47%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BCA790 (or 0xBCA790) is known color: Rodeo Dust. HEX triplet: BC, A7 and 90. RGB value is (188,167,144). Sum of RGB (Red+Green+Blue) = 188+167+144=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA790 is #43586F. Grayscale: #AAAAAA. Windows color (decimal): -4413552 or 9480124. OLE color: 9480124.

HSL color Cylindrical-coordinate representation of color #BCA790: hue angle of 31.36º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCA790 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 167 144 -
CMYK 0 0.11 0.23 0.26
HSL 31.36º 0.25% 0.65% -
HSV(B) 31.36º 0.23% 0.74% -
XYZ 39.59 40.34 32.09 -
YUV 170.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 188 167 144 0 0.11 0.23 0.26 31.36 0.25 0.65
Hex BC A7 90 0 B 17 1A 1F 19 41
Octal 274 247 220 0 13 27 32 37 31 101
Binary 10111100 10100111 10010000 0 1011 10111 11010 11111 11001 1000001

Color Harmonies of #BCA790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA790

Black with #BCA790

Text Example


Text Example

White with #BCA790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA790; }

 p { color: rgb(188,167,144); }

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

background-color css

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

 a { background-color: rgb(188,167,144); }

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

border-color css

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

 span { border-color: rgb(188,167,144); }

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