Html Css Color HEX #BCBA20 Rio Grande

📋 copy color: '#BCBA20'

red 188 ◦ green 186 ◦ blue 32

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

Shades of Rio Grande #BCBA20

Tints of Rio Grande #BCBA20

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.81%

 BLUE value IS 32 (12.89% from 255) = 7.88%

R = 46.31%
G = 45.81%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BCBA20 (or 0xBCBA20) is known color: Rio Grande. HEX triplet: BC, BA and 20. RGB value is (188,186,32). Sum of RGB (Red+Green+Blue) = 188+186+32=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA20 is #4345DF. Grayscale: #A9A9A9. Windows color (decimal): -4408800 or 2144956. OLE color: 2144956.

HSL color Cylindrical-coordinate representation of color #BCBA20: hue angle of 59.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCBA20 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 186 32 -
CMYK 0 0.01 0.83 0.26
HSL 59.23º 0.71% 0.43% -
HSV(B) 59.23º 0.83% 0.74% -
XYZ 38.56 45.91 8.2 -
YUV 169.04 50.66 141.52 -
System Red Green Blue C M Y K H S L
Decimal 188 186 32 0 0.01 0.83 0.26 59.23 0.71 0.43
Hex BC BA 20 0 1 53 1A 3B 47 2B
Octal 274 272 40 0 1 123 32 73 107 53
Binary 10111100 10111010 100000 0 1 1010011 11010 111011 1000111 101011

Color Harmonies of #BCBA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA20

Black with #BCBA20

Text Example


Text Example

White with #BCBA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA20; }

 p { color: rgb(188,186,32); }

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

background-color css

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

 a { background-color: rgb(188,186,32); }

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

border-color css

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

 span { border-color: rgb(188,186,32); }

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