Html Css Color HEX #BCBA21 Rio Grande

📋 copy color: '#BCBA21'

red 188 ◦ green 186 ◦ blue 33

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

Shades of Rio Grande #BCBA21

Tints of Rio Grande #BCBA21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.11%

R = 46.19%
G = 45.7%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BCBA21 (or 0xBCBA21) is known color: Rio Grande. HEX triplet: BC, BA and 21. RGB value is (188,186,33). Sum of RGB (Red+Green+Blue) = 188+186+33=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA21 is #4345DE. Grayscale: #A9A9A9. Windows color (decimal): -4408799 or 2210492. OLE color: 2210492.

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

Color convert

RGB 188 186 33 -
CMYK 0 0.01 0.82 0.26
HSL 59.23º 0.7% 0.43% -
HSV(B) 59.23º 0.82% 0.74% -
XYZ 38.57 45.92 8.27 -
YUV 169.16 51.16 141.44 -
System Red Green Blue C M Y K H S L
Decimal 188 186 33 0 0.01 0.82 0.26 59.23 0.7 0.43
Hex BC BA 21 0 1 52 1A 3B 46 2B
Octal 274 272 41 0 1 122 32 73 106 53
Binary 10111100 10111010 100001 0 1 1010010 11010 111011 1000110 101011

Color Harmonies of #BCBA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA21

Black with #BCBA21

Text Example


Text Example

White with #BCBA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA21; }

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

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

background-color css

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

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

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

border-color css

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

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

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